function aggregator_admin_overview in Drupal 7
Same name and namespace in other branches
- 4 modules/aggregator.module \aggregator_admin_overview()
- 5 modules/aggregator/aggregator.module \aggregator_admin_overview()
- 6 modules/aggregator/aggregator.admin.inc \aggregator_admin_overview()
Page callback: Displays the Aggregator module administration page.
1 string reference to 'aggregator_admin_overview'
- aggregator_menu in modules/
aggregator/ aggregator.module - Implements hook_menu().
File
- modules/
aggregator/ aggregator.admin.inc, line 11 - Administration page callbacks for the Aggregator module.
Code
function aggregator_admin_overview() {
return aggregator_view();
}