function theme_aggregator_item

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

See also

aggregator-item.tpl.php

Related topics

2 theme calls to theme_aggregator_item()
aggregator_categorize_items in drupal-6.x/modules/aggregator/aggregator.pages.inc
Form builder; build the page list form.
_aggregator_page_list in drupal-6.x/modules/aggregator/aggregator.pages.inc
Prints an aggregator page listing a number of feed items.

Archivo

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

Código

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