Alright, just got the new template installed (sexy); however I did notice a small glitch when adjusting the template color variable. If you are unable to change the color from blue to black, please try the following fix:
Open templateDetails.xml (Located in the templates/ja_corona Folder) <-I just used Wordpad
Find the following code:
<option value=”green”>Green</option>
<option value=”blue”>Blue</option>
and remove it all together.
Above it you will see the <option value=”default”>Default</option>, which will be used for your blue style. Now add this line in place of the ones you removed:
<option value=”black”>Black</option>, save and replace the filed on your server.
This should give you the correct display and working option in the template variables. Good luck!