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

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

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

revision 1.3, Wed May 10 06:16:30 2006 UTC revision 1.4, Thu Aug 3 01:04:14 2006 UTC
# Line 20  Line 20 
20          <span class="date"><?php print format_date($node->created, $type="large"); ?></span>          <span class="date"><?php print format_date($node->created, $type="large"); ?></span>
21        </span>        </span>
22        <?php } ?>        <?php } ?>
23        <?php if ($terms) { ?> <span class="taxonomy">Tags: <?php print $terms?></span> <? } ?>        <?php if ($terms) { ?> <span class="taxonomy">Tags: <?php print $terms?></span> <?php } ?>
24      </div>      </div>
25      <div class="content">      <div class="content">
26        <?php print $content?>        <?php print $content?>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2