aggregator-item.tpl.php

Version

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

Description

aggregator-item.tpl.php 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()

@see template_preprocess_aggregator_item()