- Get rid of double node title in Bluemarine PHPTemplate

4.7.x
Steven Wittens 2005-05-25 04:57:48 +00:00
parent 52fd9fffa9
commit 48d3ef6040
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<?php if ($picture) {
print $picture;
}?>
<h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2>
<?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
<span class="submitted"><?php print $submitted?></span>
<span class="taxonomy"><?php print $terms?></span>
<div class="content"><?php print $content?></div>