You are here

function admin_menu_enable in Administration menu 6

Implementation of hook_enable().

File

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

Code

function admin_menu_enable() {
  admin_menu_rebuild_links(TRUE);
}