|
|
Drupal example source code file (views-view-row-comment.tpl.php)
The views-view-row-comment.tpl.php Drupal example source code<?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; ?> Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views-view-row-comment.tpl.php source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.