? gutenberg/cvs
? gutenberg/ruby_slippers
Index: gutenberg/node.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/gutenberg/Attic/node.tpl.php,v
retrieving revision 1.1.2.4
diff -r1.1.2.4 node.tpl.php
5c5,12
< <h3 class="entry-header"><?php print $title ?></h3>
---
> <h3 class="entry-header">
>   <?php if ($page == 0) { ?>
>     <a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a>
>   <?php } else { ?>
>     <?php print $title ?>
>   <?php } ?>
> </h3>
> 
