- drupal
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_aggregator_feed_source()
View source
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | |