/[drupal]/contributions/modules/views/theme/views-view-row-comment.tpl.php
ViewVC logotype

Contents of /contributions/modules/views/theme/views-view-row-comment.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu May 15 22:55:18 2008 UTC (18 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-7, DRUPAL-6--2-6, DRUPAL-6--2-5, DRUPAL-6--2-4, DRUPAL-6--2-3, DRUPAL-6--2-2, DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--3-0-ALPHA1, DRUPAL-6--2-0-BETA3, DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-RC5, DRUPAL-6--2-0-RC4, DRUPAL-6--2-0-RC3, DRUPAL-6--2-0-RC1, DRUPAL-6--2-0-RC2, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-6--3, DRUPAL-7--3
File MIME type: text/x-php
Row style to view a comment similar to the node view.
1 <?php
2 // $Id: views-view-row-comment.tpl.php,v 1.2 2008/05/05 05:09:36 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; ?>

  ViewVC Help
Powered by ViewVC 1.1.2