Closed (fixed)
Project:
Marinelli
Version:
7.x-3.0-beta9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2011 at 08:35 UTC
Updated:
7 Apr 2011 at 23:21 UTC
I fixed this by inserting this into node.tpl.php
<?php print render($title_prefix); ?>
<?php if (!$page): ?>
<h2<?php print $title_attributes; ?>>
<a href="<?php print $node_url; ?>"><?php print $title; ?></a>
</h2>
<?php endif; ?>
<?php print render($title_suffix); ?>
between
hide($content['links']);
and
print render($content);
Comments
Comment #1
Lioz commentedthanks lenadoppel, pushed in the next release