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.
Where I add one more menu in admin panel
Re: Where I add one more menu in admin panel
Search for a "populate" member function in some menu class in the admin code.
Pierre
Pierre
Re: Where I add one more menu in admin panel
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.