[ 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/ -> comment.tpl.php (source)

   1  <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?> clear-block">
   2    <?php print $picture ?>
   3  
   4  <?php if ($comment->new) : ?>
   5    <a id="new"></a>
   6    <span class="new"><?php print $new ?></span>
   7  <?php endif; ?>
   8  
   9    <h3><?php print $title ?></h3>
  10  
  11    <div class="submitted">
  12      <?php print $submitted ?>
  13    </div>
  14  
  15    <div class="content">
  16      <?php print $content ?>
  17    </div>
  18  
  19    <?php print $links ?>
  20  </div>


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