source: sipes/modules_contrib/views/theme/views-view-row-rss.tpl.php @ a8b1f3f

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

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100644
File size: 338 octetos
Línea 
1<?php
2/**
3 * @file views-view-row-rss.tpl.php
4 * Default view template to display a item in an RSS feed.
5 *
6 * @ingroup views_templates
7 */
8?>
9  <item>
10    <title><?php print $title; ?></title>
11    <link><?php print $link; ?></link>
12    <description><?php print $description; ?></description>
13    <?php print $item_elements; ?>
14  </item>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.