function theme_aggregator_feed_source

6.x theme.php theme_aggregator_feed_source()

Implemented using the aggregator-feed-source.tpl.php template.

See also

aggregator-feed-source.tpl.php

Related topics

1 theme call to theme_aggregator_feed_source()
aggregator_page_source in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the items captured from a particular feed.

File

documentation-6.x/developer/theme.php, line 28
Shadow theme functions for theme templates.

Code

function theme_aggregator_feed_source() {
  // This function is never used; see the corresponding template file instead.
}