function theme_aggregator_summary_item

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

See also

aggregator-summary-item.tpl.php

Related topics

2 theme calls to theme_aggregator_summary_item()
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.

Archivo

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

Código

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