function admin_menu_menu_alter in Administration menu 7.3
Same name and namespace in other branches
- 8.3 admin_menu.module \admin_menu_menu_alter()
- 6.3 admin_menu.module \admin_menu_menu_alter()
- 6 admin_menu.module \admin_menu_menu_alter()
Implements hook_menu_alter().
File
- ./
admin_menu.module, line 129 - Render an administrative menu as a dropdown menu at the top of the window.
Code
function admin_menu_menu_alter(&$items) {
// Flush client-side caches whenever the menu is rebuilt.
admin_menu_flush_caches();
}