source: sipes/modules_contrib/views/theme/views-view-row-node.tpl.php @ 65dadeb

stableversion-3.0
Last change on this file since 65dadeb was 59029b2, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se actualizo la version del modulo views

  • Propiedad mode establecida a 100644
File size: 680 octetos
Línea 
1<?php
2/**
3 * @file views-view-row-node.tpl.php
4 * Default simple view template to display a single node.
5 *
6 * Rather than doing anything with this particular template, it is more
7 * efficient to use a variant of the node.tpl.php based upon the view,
8 * which will be named node-view-VIEWNAME.tpl.php. This isn't actually
9 * a views template, which is why it's not used here, but is a template
10 * 'suggestion' given to the node template, and is used exactly
11 * the same as any other variant of the node template file, such as
12 * node-NODETYPE.tpl.php
13 *
14 * @ingroup views_templates
15 */
16?>
17<?php print $node; ?>
18<?php if ($comments): ?>
19  <?php print $comments; ?>
20<?php endif; ?>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.