Mercurial > defr > drupal > core
comparison themes/pushbutton/comment.tpl.php @ 1:c1f4ac30525a 6.0
Drupal 6.0
| author | Franck Deroche <webmaster@defr.org> |
|---|---|
| date | Tue, 23 Dec 2008 14:28:28 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:5a113a1c4740 | 1:c1f4ac30525a |
|---|---|
| 1 <?php | |
| 2 // $Id: comment.tpl.php,v 1.6 2008/01/04 19:24:24 goba Exp $ | |
| 3 ?> | |
| 4 <div class="comment<?php print ' '. $status; ?>"> | |
| 5 <?php if ($picture) : ?> | |
| 6 <?php print $picture ?> | |
| 7 <?php endif; ?> | |
| 8 <h3 class="title"><?php print $title ?></h3> | |
| 9 <div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div> | |
| 10 <div class="content"> | |
| 11 <?php print $content ?> | |
| 12 <?php if ($signature): ?> | |
| 13 <div class="clear-block"> | |
| 14 <div>—</div> | |
| 15 <?php print $signature ?> | |
| 16 </div> | |
| 17 <?php endif; ?> | |
| 18 </div> | |
| 19 <!-- BEGIN: links --> | |
| 20 <div class="links">» <?php print $links ?></div> | |
| 21 <!-- END: links --> | |
| 22 </div> |
