Answer
I've looked through your templates and noticed, that you
are using compiled templates. It means that all $lng.* variables in
every template are changed by their values which are stored
in the database. So when you try to alter variables in Language section or in webmaster mode, every variable value is changed in database.
And when the browser loads page, $lng.* variables values are taken from database and are put on the screen only if you are using not compiled templates. Because in compiled templates the values are already there but not variables $lng.*.
It is not necessary to compile templates. This feature was made for increasing the speed (because we don't have to
find anything in the database).
Webmaster mode works only with not compiled templates.
There is no way to convert complied templates to uncompiled.
|