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

See also

aggregator-wrapper.tpl.php

Related topics

3 theme calls to theme_aggregator_wrapper()
aggregator_page_categories in modules/aggregator/aggregator.pages.inc
Menu callback; displays all the categories used by the aggregator.
aggregator_page_sources in modules/aggregator/aggregator.pages.inc
Menu callback; displays all the feeds used by the aggregator.
theme_aggregator_categorize_items in modules/aggregator/aggregator.pages.inc
Theme the page list form for assigning categories.

File

developer/theme.php, line 64
Shadow theme functions for theme templates.

Code

function theme_aggregator_wrapper() {

  // This function is never used; see the corresponding template file instead.
}