function theme_nd_bodyfield in Node displays 6
Same name and namespace in other branches
- 6.3 nd.module \theme_nd_bodyfield()
- 6.2 nd.module \theme_nd_bodyfield()
- 7 nd.module \theme_nd_bodyfield()
Fields.
File
- theme/
theme.inc, line 152 - Theming functions for nd.
Code
function theme_nd_bodyfield(&$node) {
$node->body_rendered = $node->content['body']['#value'];
}