/[drupal]/contributions/themes/fern/node.tpl.php
ViewVC logotype

Diff of /contributions/themes/fern/node.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Sun May 28 04:15:29 2006 UTC revision 1.2, Sun May 28 04:46:38 2006 UTC
# Line 4  Line 4 
4      }?>      }?>
5      <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>      <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
6      <span class="submitted"><?php print $submitted?></span>      <span class="submitted"><?php print $submitted?></span>
7      <?php if ($terms) { ?><br /><span class="taxonomy"><?php print $terms?></span><?php }; ?>      <span class="taxonomy"><?php print $terms?></span>
8      <div class="content"><?php print $content?></div>      <div class="content"><?php print $content?></div>
9      <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>      <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
10    </div>    </div>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2