print $title_attributes; > print render($title_prefix);
echo art_node_title_output($title, $node_url, $page);
print render($title_suffix);
if ($display_submitted):
endif;
// We hide the comments and links now so that we can render them later.
hide($content['comments']);
hide($content['links']);
$terms = get_terms_D7($content);
hide($content[$terms['#field_name']]);
print render($content);
print $user_picture;
if (isset($content['links']) || isset($content['comments'])):
$output = art_links_woker_D7($content);
if (!empty($output)):
endif; endif;
Comments
Comment #1
CZ commented