function theme_aggregator_summary_items

6.x theme.php theme_aggregator_summary_items()

Implemented using the aggregator-summary-items.tpl.php template.

See also

aggregator-summary-items.tpl.php

Related topics

2 theme calls to theme_aggregator_summary_items()
aggregator_page_categories in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the categories used by the aggregator.
aggregator_page_sources in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the feeds used by the aggregator.

File

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

Code

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