|
|
Drupal example source code file (views-view-rss.tpl.php)
The views-view-rss.tpl.php Drupal example source code<?php // $Id: views-view-rss.tpl.php,v 1.3 2008/12/02 00:02:06 merlinofchaos Exp $ /** * @file views-view-rss.tpl.php * Default template for feed displays that use the RSS style. * * @ingroup views_templates */ ?> <?php print "<?xml"; ?> version="1.0" encoding="utf-8" <?php print "?>"; ?> <rss version="2.0" xml:base="<?php print $link; ?>"<?php print $namespaces; ?>> <channel> <title><?php print $title; ?></title> <link><?php print $link; ?></link> <description><?php print $description; ?></description> <language><?php print $langcode; ?></language> <?php print $channel_elements; ?> <?php print $items; ?> </channel> </rss> Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views-view-rss.tpl.php source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.