diff options
-rw-r--r-- | themes/bluemarine/node.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php index 60ae5dac4..0609c44b4 100644 --- a/themes/bluemarine/node.tpl.php +++ b/themes/bluemarine/node.tpl.php @@ -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> |