How do I remove the "ASENTI'S COLORS" from the top navigation?

How do I remove the "ASENTI’S COLORS" from the top navigation?

5 answers

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

Go to this File: app\design\frontend\default\jm_asentitemplate\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