Need help with menu

I know it is recurring topic "how to remove item from menu called "colors" " but I need some assistance with this.

I tried every single option so I am doing something wrong. I read post about ja_vars.php and only this removed color option so they don’t change I looked also into top.phtml in navigation with code

<?php if ( $tmpTools->getParam("usertool_color", ‘4’) == "4" ) : ?>

<li class="level0 parent" >

<a onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" href="#"><span>Colors</span></a>

<?php echo $tmpTools->genToolMenu ($tmpTools->getParam(‘usertool_color’),’txt’); ?>

</li>

<?php endif; ?>

but even if i just change title to from Colos to Test it does not affect menu. So I have no idea where where to look any more. I clean cache and now I am in huge limbo.

can anyone share some light plz.

1 answer

Profile photo of chavan 100.00 $tone October 16, 2011
Public

Go to this File: app\design\frontend\default\jm_bistrotemplate\pag e\ja_vars.php

Find this Code and replace it

Code:

$_params->set('usertool_color', 4); //0: disable, 4: show colors tools

With

Code:

$_params->set('usertool_color', 0); //0: disable, 4: show colors tools

Note: If you Find my Post useful please click on the Thanks Icon

#1

Please login or Register to Submit Answer

Written By

Comments