views-rss-fields-item.tpl.php in Views RSS 6
1 theme call to views-rss-fields-item.tpl.php
- template_preprocess_views_view_views_rss_fields in views/
views_rss_views_fields.theme.inc - Template preprocessor for views-view-views-rss-fields.tpl.php.
File
views/views-rss-fields-item.tpl.phpView source
<item>
<?php
print $row;
?>
</item>