Default view template to display a item in an RSS feed.
Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.
<?php /** * @file * Default view template to display a item in an RSS feed. * * @ingroup views_templates */ ?> <item> <title><?php print $title; ?></title> <link><?php print $link; ?></link> <description><?php print $description; ?></description> <?php print $item_elements; ?> </item>