|
|
Drupal example source code file (views-view-row-node.tpl.php)
The views-view-row-node.tpl.php Drupal example source code<?php // $Id: views-view-row-node.tpl.php,v 1.3 2008/07/09 18:31:26 merlinofchaos Exp $ /** * @file views-view-row-node.tpl.php * Default simple view template to display a single node. * * Rather than doing anything with this particular template, it is more * efficient to use a variant of the node.tpl.php based upon the view, * which will be named node-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 node template, and is used exactly * the same as any other variant of the node template file, such as * node-NODETYPE.tpl.php * * @ingroup views_templates */ ?> <?php print $node; ?> <?php if ($comments): ?> <?php print $comments; ?> <?php endif; ?> Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views-view-row-node.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.