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