|
|
Drupal example source code file (views-view-row-rss.tpl.php)
The views-view-row-rss.tpl.php Drupal example source code<?php // $Id: views-view-row-rss.tpl.php,v 1.1 2008/12/02 22:17:42 merlinofchaos Exp $ /** * @file views-view-row-rss.tpl.php * 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> Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views-view-row-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.