diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php index 60ae5dac4fd943f5e9db463826e9ddf4ef4cdfa7..0609c44b4b479605b0ce32e708fa92673d02b75e 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>