function aggregator_admin_overview in Drupal 5
Same name and namespace in other branches
- 4 modules/aggregator.module \aggregator_admin_overview()
- 6 modules/aggregator/aggregator.admin.inc \aggregator_admin_overview()
- 7 modules/aggregator/aggregator.admin.inc \aggregator_admin_overview()
Menu callback; displays the aggregator administration page.
1 string reference to 'aggregator_admin_overview'
- aggregator_menu in modules/
aggregator/ aggregator.module - Implementation of hook_menu().
File
- modules/
aggregator/ aggregator.module, line 1042 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
function aggregator_admin_overview() {
return aggregator_view();
}