You are here

function theme_nd_bodyfield in Node displays 6

Same name and namespace in other branches
  1. 6.3 nd.module \theme_nd_bodyfield()
  2. 6.2 nd.module \theme_nd_bodyfield()
  3. 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'];
}