| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 ?> 3 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status; print ' '. $zebra; ?>"> 4 5 <div class="clear-block"> 6 <?php if ($submitted): ?> 7 <span class="submitted"><?php print $submitted; ?></span> 8 <?php endif; ?> 9 10 <?php if ($comment->new) : ?> 11 <span class="new"><?php print drupal_ucfirst($new) ?></span> 12 <?php endif; ?> 13 14 <?php print $picture ?> 15 16 <h3><?php print $title ?></h3> 17 18 <div class="content"> 19 <?php print $content ?> 20 <?php if ($signature): ?> 21 <div class="clear-block"> 22 <div>—</div> 23 <?php print $signature ?> 24 </div> 25 <?php endif; ?> 26 </div> 27 </div> 28 29 <?php if ($links): ?> 30 <div class="links"><?php print $links ?></div> 31 <?php endif; ?> 32 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |