How to set JM Deco theme color for all users?

Hi,

I want to set the JM Deco theme color to red for all users. How can this be accomplished?

I am running on Magento Community 1.7.0.2.

Thanks

1 answer

Profile photo of Sherlock 0.00 $tone December 8, 2012
Public

Hi computerguytony,

You open the file of app\design\frontend\default\jm_decotemplate\page\ ja_vars.php and look for this line of code

PHP Code:

   $_params->set('ja_color','default');//'default','blue','green','red' 




Change it to

PHP Code:

   $_params->set('ja_color','red');//'default','blue','green','red' 




Hope that helps !

#1

Please login or Register to Submit Answer

Written By

Comments