Foren / Cotonti / Support / cache problems?

GHengeveld
#35873 20. Oktober 2012, 08:31

It's probably easiest to use a single template for all languages, and use IF blocks within that template to show stuff for each language.

<!-- IF {PHP.lang} == 'pl' -->
Polish stuff
<!-- ENDIF -->
<!-- IF {PHP.lang} == 'en' -->
English stuff
<!-- ENDIF -->