|
Welcome,
Guest
|
|
|
I have just installed the Mira template on a website which has a brown theme. None of the default colors in Mira is a perfect choice, so I would like to add a new color (brown) in Mira. How can I do that?
Regards, Jostein |
|
|
|
First of all you need to make a copy of one css file (let`s say blue.css) and rename it to brown.css. Edit the css to have the brown colors, then add this option to the admin area, where you choose the colors. The file you need to edit is j16000je_mira.class.php , and right after you see:
$options[] = jomresHTML::makeOption( 'orange', _JRPORTAL_JE_MIRA_0RANGE ); add: $options[] = jomresHTML::makeOption( 'brown', _JRPORTAL_JE_MIRA_BROWN ); Then add the _JRPORTAL_JE_MIRA_BROWN language definition to the en-GB.php language file: define('_JRPORTAL_JE_MIRA_BROWN',"Brown"); That should be it. |
|
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page
|
|
Thank you Piranha. It worked perfectly!
|
|
|
|