root / drupal7 / sites / all / modules / views / theme / views-view-row-comment.tpl.php @ 2c8c2b87
1 |
<?php
|
---|---|
2 |
|
3 |
/**
|
4 |
* @file
|
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; ?> |