- Get rid of double node title in Bluemarine PHPTemplate
parent
52fd9fffa9
commit
48d3ef6040
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue