[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/themes/pushbutton/ -> comment.tpl.php (source)

   1  <?php
   2  ?>
   3  <div class="comment<?php print ' '. $status; ?>">
   4    <?php if ($picture) : ?>
   5      <?php print $picture ?>
   6    <?php endif; ?>
   7    <h3 class="title"><?php print $title ?></h3>
   8    <div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div>
   9    <div class="content">
  10      <?php print $content ?>
  11      <?php if ($signature): ?>
  12        <div class="clear-block">
  13          <div>—</div>
  14          <?php print $signature ?>
  15        </div>
  16      <?php endif; ?>
  17    </div>
  18    <!-- BEGIN: links -->
  19    <div class="links">&raquo; <?php print $links ?></div>
  20    <!-- END: links -->
  21  </div>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7