[ Index ] |
|
Code source de Drupal 5.3 |
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>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Nov 30 16:20:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |