| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: comment.tpl.php,v 1.1 2009/08/19 04:28:07 sociotech Exp $ 3 ?> 4 5 <div class="comment <?php print $comment_classes;?> clear-block"> 6 <?php print $picture ?> 7 8 <?php if ($comment->new): ?> 9 <a id="new"></a> 10 <span class="new"><?php print $new ?></span> 11 <?php endif; ?> 12 13 <h3 class="title"><?php print $title ?></h3> 14 <div class="submitted"> 15 <?php print $submitted ?> 16 </div> 17 18 <div class="content"> 19 <?php print $content ?> 20 21 <?php if ($signature): ?> 22 <div class="signature"> 23 <?php print $signature ?> 24 </div> 25 <?php endif; ?> 26 </div> 27 28 <?php if ($links): ?> 29 <div class="links"> 30 <?php print $links ?> 31 </div> 32 <?php endif; ?> 33 34 </div><!-- /comment -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |