Page callback: Displays the aggregator administration page.
See also
aggregator_menu()
File
- drupal/core/modules/aggregator/aggregator.admin.inc, line 16
- Admin page callbacks for the aggregator module.
Code
function aggregator_admin_overview() {
return aggregator_view();
}