| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: views-view-rss.tpl.php,v 1.3 2008/12/02 00:02:06 merlinofchaos Exp $ 3 /** 4 * @file views-view-rss.tpl.php 5 * Default template for feed displays that use the RSS style. 6 * 7 * @ingroup views_templates 8 */ 9 ?> 10 <?php print "<?xml"; ?> version="1.0" encoding="utf-8" <?php print "?>"; ?> 11 <rss version="2.0" xml:base="<?php print $link; ?>"<?php print $namespaces; ?>> 12 <channel> 13 <title><?php print $title; ?></title> 14 <link><?php print $link; ?></link> 15 <description><?php print $description; ?></description> 16 <language><?php print $langcode; ?></language> 17 <?php print $channel_elements; ?> 18 <?php print $items; ?> 19 </channel> 20 </rss>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |