Closed (fixed)
Project:
Domain Admin
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2012 at 00:45 UTC
Updated:
22 Feb 2012 at 12:00 UTC
Is it possible to create a custom link in the admin menu.
I have created custom links that help my customers to administer the site.
t would be best to add these links to the menu..
Any example and where to put it would be great.
thanks,
Pinda
Comments
Comment #1
nirbhasa commentedIn the settings, you can specify the URL of a help page.
If you need to add more links, you can use hook_domainadminlinks in a custom module:
Here is an example:
Comment #2
pindaman commentedYou're great..
Thanks for explaining.
Now I know what hooks are for :)