| 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; ?>
|