You are here

views-view-views-rss.tpl.php in Views RSS 6.2

Same filename and directory in other branches
  1. 7.2 theme/views-view-views-rss.tpl.php

views-view-views-rss.tpl.php Default template for feed displays that use the RSS Fields style.

File

theme/views-view-views-rss.tpl.php
View source
<?php

/**
 * @file views-view-views-rss.tpl.php
 * Default template for feed displays that use the RSS Fields style.
 */
print "<?xml";
?> version="1.0" encoding="utf-8" <?php

print "?>";
?>
<rss version="2.0" <?php

print $namespaces;
?>>
  <channel>
    <?php

print $channel;
?>
    <?php

print $rows;
?>
  </channel>
</rss>