[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/themes/garland/ -> node.tpl.php (source)

   1  <?php
   2  ?>
   3  <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
   4  
   5  <?php print $picture ?>
   6  
   7  <?php if ($page == 0): ?>
   8    <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
   9  <?php endif; ?>
  10  
  11    <?php if ($submitted): ?>
  12      <span class="submitted"><?php print $submitted; ?></span>
  13    <?php endif; ?>
  14  
  15    <div class="content clear-block">
  16      <?php print $content ?>
  17    </div>
  18  
  19    <div class="clear-block">
  20      <div class="meta">
  21      <?php if ($taxonomy): ?>
  22        <div class="terms"><?php print $terms ?></div>
  23      <?php endif;?>
  24      </div>
  25  
  26      <?php if ($links): ?>
  27        <div class="links"><?php print $links; ?></div>
  28      <?php endif; ?>
  29    </div>
  30  
  31  </div>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7