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()
File
drupal/core/modules/aggregator/templates/aggregator-item.tpl.php
Related topics