Hi,
I have set the color at "blue" in Joomla backend, but it still red, how come and how to slove ?
BR, Wiberg
http://www.mortenwiberg.dk
TPL_GK_LANG_COLOR_1="red"
TPL_GK_LANG_COLOR_2="blue"
TPL_GK_LANG_COLOR_3="brown"
TPL_GK_LANG_COLOR_1="blue"
TPL_GK_LANG_COLOR_2="red"
TPL_GK_LANG_COLOR_3="brown"
Seichinha wrote:ok i found the problem.
It's a small mistake
Please open the following file:
../language/en-GB/en-GB.tpl_gk_myfolio.ini
Find this lines:
- Code: Select all
TPL_GK_LANG_COLOR_1="red"
TPL_GK_LANG_COLOR_2="blue"
TPL_GK_LANG_COLOR_3="brown"
change to
- Code: Select all
TPL_GK_LANG_COLOR_1="blue"
TPL_GK_LANG_COLOR_2="red"
TPL_GK_LANG_COLOR_3="brown"
Problem fixed.
I suspect this is also happening on 2 or 3 templates.
Thank you for your report.
Cheers