| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/modip/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; ?>