[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

   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>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7