source: sipei/modules/views/theme/views-view-row-comment.tpl.php @ 9f6287a

drupal-6.x
Last change on this file since 9f6287a was ffa4103, checked in by Luis Peña <lpena@…>, 12 años ago

Cambiando el nombre de modulos a modules

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