You are here

function theme_nd_bodyfield in Node displays 6.2

Same name and namespace in other branches
  1. 6.3 nd.module \theme_nd_bodyfield()
  2. 6 theme/theme.inc \theme_nd_bodyfield()
  3. 7 nd.module \theme_nd_bodyfield()

ND theming functions.

File

./nd.module, line 647
Node displays.

Code

function theme_nd_bodyfield($field) {
  return $field['object']->content['body']['#value'];
}