#557292 follow-up by dmitrig01 and sun: Fix typo in tpl.php file causing node titles to not be linked.
parent
1d72b6ec9f
commit
1ed4175dba
|
@ -75,7 +75,7 @@
|
|||
<?php print $user_picture; ?>
|
||||
|
||||
<?php if (!$page): ?>
|
||||
<h2<?php print $title_attributes; ?>>a href="<?php print $node_url; ?>"><?php print $node_title; ?></a></h2>
|
||||
<h2<?php print $title_attributes; ?>><a href="<?php print $node_url; ?>"><?php print $node_title; ?></a></h2>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($display_submitted || !empty($content['links']['terms'])): ?>
|
||||
|
|
Loading…
Reference in New Issue