function aggregator_admin_overview

Page callback: Displays the aggregator administration page.

See also

aggregator_menu()

1 string reference to 'aggregator_admin_overview'
aggregator_menu in drupal/core/modules/aggregator/aggregator.module
Implements hook_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();
}