aggregator-feed-source.tpl.php

Version 1.1 (checked in on 2007/09/13 at 08:02:38 by goba)

aggregator-feed-source.tpl.php Default theme implementation to present the source of the feed.

The contents are render above feed listings when browsing source feeds. For example, "example.com/aggregator/sources/1".

Available variables:

  • $source_icon: Feed icon linked to the source. Rendered through theme_feed_icon().
  • $source_image: Image set by the feed source.
  • $source_description: Description set by the feed source.
  • $source_url: URL to the feed source.
  • $last_checked: How long ago the feed was checked locally.

See also

template_preprocess()

@see template_preprocess_aggregator_feed_source()

Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.