Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
17
modules/views/theme/views-view-row-comment.tpl.php
Normal file
17
modules/views/theme/views-view-row-comment.tpl.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* @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; ?>
|
Reference in a new issue