Remove Galaxite color button on homepage

Hi,
i want to remove galaxite color button on home page of quickstart template.. i open file top.phtml and i cancel this line:

<li class="level0 parent" onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" >
<a href="#"><span>Galaxite’s Color</span></a>
<?php echo $tmpTools->genToolMenu ($tmpTools->getParam(‘usertool_color’),’txt’); ?>
</li>

and this:

<li id="parent_menu9999" class="level0 parent" onmouseout="toggleMenu(this,0);" onmouseover="toggleMenu(this,1); hideAllMenu(); displayChildMenu(‘9999’); " >
<a href="#"><span>Galaxite’s Color</span></a>
</li>

the button disappear..but i want to know if the operation in correct or not…?

thanks

1 answer

congtq 0.00 $tone September 10, 2010
Public

Yes, exactly!
However, you can do with a simpler way. Open app\design\frontend\default\jm_galaxitetemplate\p age\ja_vars.php file and set this code

PHP Code:

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



#1

This question is now closed

Written By

Comments