[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/views/theme/ -> views-view-row-comment.tpl.php (source)

   1  <?php
   2  // $Id: views-view-row-comment.tpl.php,v 1.1 2008/05/15 22:55:18 merlinofchaos Exp $
   3  /**
   4   * @file views-view-row-comment.tpl.php
   5   * Default simple view template to display a single comment.
   6   *
   7   * Rather than doing anything with this particular template, it is more
   8   * efficient to use a variant of the comment.tpl.php based upon the view,
   9   * which will be named comment-view-VIEWNAME.tpl.php. This isn't actually
  10   * a views template, which is why it's not used here, but is a template
  11   * 'suggestion' given to the comment template, and is used exactly
  12   * the same as any other variant of the comment template file, such as
  13   * node-nodeTYPE.tpl.php
  14   *
  15   * @ingroup views_templates
  16   */
  17  ?>
  18  <?php print $comment; ?>


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7