You are here

function admin_menu_menu_alter in Administration menu 6

Same name and namespace in other branches
  1. 8.3 admin_menu.module \admin_menu_menu_alter()
  2. 6.3 admin_menu.module \admin_menu_menu_alter()
  3. 7.3 admin_menu.module \admin_menu_menu_alter()

Implementation of hook_menu_alter().

File

./admin_menu.module, line 237
Renders a menu tree for administrative purposes as a dropdown menu at the top of the window.

Code

function admin_menu_menu_alter() {
  admin_menu_rebuild_links(TRUE);
}