I would like to disable the alternative navigation in the Admin. All of our admin users will have javascript enabled and I am getting complaints about the 'jumbled mess of links'.
Anyone done this already? I am not afraid of PHP.
Thanks in advance!
I would like to disable the alternative navigation in the Admin. All of our admin users will have javascript enabled and I am getting complaints about the 'jumbled mess of links'.
Anyone done this already? I am not afraid of PHP.
Thanks in advance!
Michael (Zen Greenhorn)
Remember: Every expert started out as a beginner!
112 looks and nuthin?![]()
Michael (Zen Greenhorn)
Remember: Every expert started out as a beginner!
You would need to customize the:
/admin/includes/header_navigation.php
Comment out the original line and customize it for the code in RED:
Now you cannot click on the menu header links to get the alternate navigation links ...Code:<!-- <a class="top" href="<?php echo zen_href_link(FILENAME_ALT_NAV) ?>"><?php echo $menuTitles[$menuKey] ?></a> --> <?php echo $menuTitles[$menuKey] ?>
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thats the ticket!!
Thanks Linda!
Michael (Zen Greenhorn)
Remember: Every expert started out as a beginner!
Thanks for the update that this is working for you ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!