admin_menu.css |
admin_menu.css |
|
/**
* admin_menu dropdowns
*
* Implementation of Sons of Suckerfish Dropdowns.
* @see www.htmldog.com/articles/suckerfish
**/
#admin_menu { position: absolute; top: 0px; left: 0px; font-size: 9px; background: url(bkg.png) bottom left repeat-x… |
admin_menu.inc |
admin_menu.inc |
|
|
admin_menu.info |
admin_menu.info |
|
name = "Administration Menu"
description = "Renders the administer menu tree as dropdown menu at the top of the window."
package = "Administration" |
admin_menu.module |
admin_menu.module |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
Admin Menu x.x-x.x, xxxx-xx-xx
------------------------------
Admin Menu 5.x-1.x, xxxx-xx-xx
------------------------------
#193669 by smk-ka: Moved admin_menu builder functions into include file.
Admin Menu 5.x-1.2,… |
README.txt |
README.txt |
|
-- SUMMARY --
Drupal Administration Menu is re-building and automagically slicing the whole
menu tree below /admin including all invisible local tasks into the Drupal
Administration Menu. So administrators need less time to access pages which
are… |