function admin_menu_footer in Administration menu 5.3
Same name and namespace in other branches
- 5 admin_menu.module \admin_menu_footer()
- 5.2 admin_menu.module \admin_menu_footer()
- 6.3 admin_menu.module \admin_menu_footer()
- 6 admin_menu.module \admin_menu_footer()
Implementation of hook_footer().
File
- ./
admin_menu.module, line 168 - Render an administrative menu as a dropdown menu at the top of the window.
Code
function admin_menu_footer($main = 0) {
return admin_menu_output();
}