[ Index ]
 

Code source de Drupal 5.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/themes/engines/phptemplate/ -> node.tpl.php (source)

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


Généré le : Fri Nov 30 16:20:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics