[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/views/theme/ -> views-view-row-rss.tpl.php (source)

   1  <?php
   2  // $Id: views-view-row-rss.tpl.php,v 1.1 2008/12/02 22:17:42 merlinofchaos Exp $
   3  /**
   4   * @file views-view-row-rss.tpl.php
   5   * Default view template to display a item in an RSS feed.
   6   *
   7   * @ingroup views_templates
   8   */
   9  ?>
  10    <item>
  11      <title><?php print $title; ?></title>
  12      <link><?php print $link; ?></link>
  13      <description><?php print $description; ?></description>
  14      <?php print $item_elements; ?>
  15    </item>


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7