How to remove colors choices in the Setting menu ?

How to remove colors choices in the Setting menu ?

Is there a way to translate "Setting" ?

Tks !

1 answer

Profile photo of Sherlock 0.00 $tone February 2, 2014
Public

@ sini54,

To remove the colors choices, you can open the file app\design\frontend\default\jm_megamalltemplate\p age\html\jmtoolbar.phtml, then remove the line of code below:

PHP Code:

  <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('colors')->toHtml() ?>


Also in that file, you would see this line:

PHP Code:

  <?php echo $this->__('Setting'?>


Then, you can add a translation line for Setting text into the translate.csv file.

#1

Please login or Register to Submit Answer

Written By

Comments