Adjusted fields order in SuiteDesk components
This commit is contained in:
parent
42164e7778
commit
892f86fc25
4 changed files with 4 additions and 21 deletions
|
@ -166,14 +166,5 @@ function theme_stormproject_view($node, $teaser = FALSE, $page = FALSE) {
|
|||
'#weight' => 2,
|
||||
);
|
||||
|
||||
# $node->content['body_field'] = array(
|
||||
# '#prefix' => '<div class="stormbody">',
|
||||
# '#suffix' => '</div>',
|
||||
# '#value' => theme('storm_view_item', t('Description'), $node->content['body']['#value']),
|
||||
# '#weight' => module_exists('content') ? content_extra_field_weight($node->type, 'body_field') : -18,
|
||||
# );
|
||||
|
||||
unset($node->content['body']);
|
||||
|
||||
return $node;
|
||||
}
|
||||
|
|
Reference in a new issue