You are here

function admin_menu_footer in Administration menu 6.3

Same name and namespace in other branches
  1. 5.3 admin_menu.module \admin_menu_footer()
  2. 5 admin_menu.module \admin_menu_footer()
  3. 5.2 admin_menu.module \admin_menu_footer()
  4. 6 admin_menu.module \admin_menu_footer()

Implements hook_footer().

File

./admin_menu.module, line 316
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();
}