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

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

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

revision 1.5.2.1, Thu Mar 5 02:54:38 2009 UTC revision 1.5.2.2, Tue Apr 7 22:33:04 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: node.tpl.php,v 1.5 2007/05/12 02:15:46 webchick Exp $ ?>  <?php // $Id: node.tpl.php,v 1.5.2.1 2009/03/05 02:54:38 ipwa Exp $ ?>
2    
3    <?php if ($submitted): ?>    <?php if ($submitted): ?>
4      <div class="contentdate">      <div class="contentdate">
# Line 13  Line 13 
13      }?>      }?>
14      <div class="contenttitle">      <div class="contenttitle">
15      <h1><a href="<?php print $node_url?>"><?php print $title?></a></h1>      <h1><a href="<?php print $node_url?>"><?php print $title?></a></h1>
16        <?php if ($submitted): ?>
17      <p><?php print format_date($node->created); ?>      <p><?php print format_date($node->created); ?>
18      <?php if (!$page && isset($comment_link)) { // We're in teaser view ?>      <?php if (!$page && isset($comment_link)) { // We're in teaser view ?>
19         | <?php print $comment_link; ?>         | <?php print $comment_link; ?>
20      <?php }; ?>      <?php }; ?>
21      </p>      </p>
22        <?php endif; ?>
23      </div>      </div>
24    
25      <div class="content"><?php print $content?></div>      <div class="content"><?php print $content?></div>
26      <?php if ($terms) { ?><div class="taxonomy"><?php print t('Tags: ') . $terms; ?></div><?php }; ?>      <?php if ($terms) { ?><div class="taxonomy"><?php print t('Tags: ') . $terms; ?></div><?php }; ?>
27      <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>      <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

  ViewVC Help
Powered by ViewVC 1.1.2