You are here

function aggregator_admin_overview in Drupal 6

Same name and namespace in other branches
  1. 4 modules/aggregator.module \aggregator_admin_overview()
  2. 5 modules/aggregator/aggregator.module \aggregator_admin_overview()
  3. 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.admin.inc, line 11
Admin page callbacks for the aggregator module.

Code

function aggregator_admin_overview() {
  return aggregator_view();
}