You are here

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

Same filename and directory in other branches
  1. 6.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 "?>";
print $rss_feed;