Page 1 of 1

Where I add one more menu in admin panel

Posted: Mon Sep 08, 2008 1:28 pm
by kumaran
Greetings Everybody,

I have one doubt. How to add the menu in admin panel.

Like

CMS>

home
View Page
Logout

I want one more link add this menu, where i will change give the solutions for me.

Thanks in advance...

Thanks & Regards

Kumaran Paranthaman.

Re: Where I add one more menu in admin panel

Posted: Wed Sep 10, 2008 3:46 pm
by Pierre M.
Search for a "populate" member function in some menu class in the admin code.

Pierre

Re: Where I add one more menu in admin panel

Posted: Thu Sep 11, 2008 9:04 am
by rvdv
You should open the file 'lib\class.admintheme.inc.php'. On line 669 there's a function called 'PopulateAdminNavigation'. In here you can add a new menu item.