C:/drupal/modules/aggregator/aggregator-item.tpl.php File Reference
Go to the source code of this file.
Detailed Description
Default theme implementation to format an individual feed item for display on the aggregator page.
Available variables:
- $feed_url: URL to the originating feed item.
- $feed_title: Title of the feed item.
- $source_url: Link to the local source section.
- $source_title: Title of the remote source.
- $source_date: Date the feed was posted on the remote source.
- $content: Feed item content.
- $categories: Linked categories assigned to the feed.
- See also:
- template_preprocess()
template_preprocess_aggregator_item()
Definition in file aggregator-item.tpl.php.
Variable Documentation