Hide the Colors Tab on the menu bar

I was looking to hide or disable the colors menu item for the general users and setup a default for the users to have.

2 answers

congtq 0.00 $tone August 21, 2010
Public

You need to delete this code

Code:

        <li onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" >
        	<a href="#"><span>Color</span></a>         
            <?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'txt'); ?>
        </li>

in app\design\frontend\default\jm_leadtemplate\catal ognavigationtop.phtml file

#1

This question is now closed

Written By

Comments