menu_overview

Versions
4.6 – 5
menu_overview()

Menu callback; present the main menu management page.

Code

modules/menu.module, line 103

<?php
function menu_overview() {
  menu_rebuild();

  print theme('page', menu_overview_tree());
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.