[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/comment/ -> comment-folded.tpl.php (source)

   1  <?php
   2  
   3  /**
   4   * @file comment-folded.tpl.php
   5   * Default theme implementation for folded comments.
   6   *
   7   * Available variables:
   8   * - $title: Linked title to full comment.
   9   * - $new: New comment marker.
  10   * - $author: Comment author. Can be link or plain text.
  11   * - $date: Date and time of posting.
  12   * - $comment: Full comment object.
  13   *
  14   * @see template_preprocess_comment_folded()
  15   * @see theme_comment_folded()
  16   */
  17  ?>
  18  <div class="comment-folded">
  19    <span class="subject"><?php print $title .' '. $new; ?></span><span class="credit"><?php print t('by') .' '. $author; ?></span>
  20  </div>


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