function theme_nd_bodyfield in Node displays 7
Same name and namespace in other branches
- 6.3 nd.module \theme_nd_bodyfield()
- 6 theme/theme.inc \theme_nd_bodyfield()
- 6.2 nd.module \theme_nd_bodyfield()
ND theming functions.
File
- ./
nd.module, line 445 - Node displays.
Code
function theme_nd_bodyfield($field) {
$field = $field['field'];
return $field['object']->content['body']['#value'];
}