You are here

views-view-views-rss-fields.tpl.php in Views RSS 6

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

File

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

print "<?xml";
?> version="1.0" encoding="utf-8" <?php

print "?>";
?>

<rss version="2.0" <?php

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

print $viewtitle;
?></title>
    <description><?php

print $description;
?></description>
    <link><?php

print $link;
?></link>
    <?php

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