You are here

function menu_overview in Drupal 5

Same name and namespace in other branches
  1. 4 modules/menu.module \menu_overview()

Menu callback; present the main menu management page.

1 string reference to 'menu_overview'
menu_menu in modules/menu/menu.module
Implementation of hook_menu().

File

modules/menu/menu.module, line 511
Allows administrators to customize the site navigation menu.

Code

function menu_overview() {
  menu_rebuild();
  return menu_overview_tree();
}