I'm trying to figure out how to add extra items to the menu. I have a page called "admin-hub" which I need to link from the admin menu.
I've seen the note in readme.txt wth the suggestion to use hook_admin_menu() but I can't find any supporting documentation on the function or its usage.
Any help would be appreciated.
-adam
Comments
Comment #1
nimzie commentedhow do I add items to the admin menu on the fly with a hook?
Helellllppppp!
adam
Comment #2
pwolanin commentedsee: http://drupalcode.org/project/acquia_connector.git/blob/refs/heads/6.x-1...
approx line 286 for an example of usage.