function theme_aggregator_wrapper
Implemented using the aggregator-wrapper.tpl.php template.
See also
Related topics
4 theme calls to theme_aggregator_wrapper()
- 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.
- theme_aggregator_categorize_items in drupal-6.x/
modules/ aggregator/ aggregator.pages.inc - Theme the page list form for assigning categories.
- _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 64 - Shadow theme functions for theme templates.
Código
function theme_aggregator_wrapper() {
// This function is never used; see the corresponding template file instead.
}