views-view-views-rss.tpl.php 225 B

12345678
  1. <?php
  2. /**
  3. * @file views-view-views-rss.tpl.php
  4. * Default template for feed displays that use the RSS Fields style.
  5. */
  6. ?>
  7. <?php print "<?xml"; ?> version="1.0" encoding="utf-8" <?php print "?>"; ?>
  8. <?php print $rss_feed; ?>