Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.26.2.26 (checked in on 2008/07/14 at 12:38:04 by sun)
Renders a menu tree for administrative purposes as dropdown menu at the top of the window.
Note: Most theme-functions in Administration Menu are not invoked via theme(), because we try to keep this module as fast as possible and chances are very small that someone wants to override those functions.
| Name | Description |
|---|---|
| admin_menu_add_item | Add a custom menu item. |
| admin_menu_admin_menu | Implementation of hook_admin_menu(). |
| admin_menu_clear_cache | Clear the cached admin menu tree. |
| admin_menu_footer | Implementation of hook_footer(). |
| admin_menu_form_alter | Implementation of hook_form_alter(). |
| admin_menu_help | Implementation of hook_help(). |
| admin_menu_item_url | Adjust the menu item path. |
| admin_menu_menu | Implementation of hook_menu(). |
| admin_menu_panels_cache | Implementation of hook_panels_cache(). |
| admin_menu_perm | Implementation of hook_perm(). |
| admin_menu_theme_settings | Form builder function for module settings. |
| admin_menu_toggle_modules | Menu callback to enable/disable developer modules. |
| theme_admin_menu_item | Generate the HTML output for a single menu item. |
| theme_admin_menu_tree | Generate the HTML for a menu tree. |
| _admin_menu_sort | Comparator routine for use in sorting menu items. |