Index: templates/node.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/tao/templates/Attic/node.tpl.php,v
retrieving revision 1.1.2.1.2.1
diff -u -p -r1.1.2.1.2.1 node.tpl.php
--- templates/node.tpl.php	28 Sep 2010 19:45:41 -0000	1.1.2.1.2.1
+++ templates/node.tpl.php	5 Oct 2010 22:49:21 -0000
@@ -3,7 +3,7 @@
 <div class='<?php print $classes ?> clearfix' <?php print ($attributes) ?>>
   <?php if (!empty($title_prefix)) print render($title_prefix); ?>
 
-  <?php if (!empty($title)): ?>
+  <?php if (!empty($title) && !$page): ?>
     <h2 <?php if (!empty($title_attributes)) print $title_attributes ?>>
       <?php if (!empty($new)): ?><span class='new'><?php print $new ?></span><?php endif; ?>
       <a href="<?php print $node_url ?>"><?php print $title ?></a>
