2011-03-03, 13:49:17
(This post was last modified: 2011-03-03, 13:50:52 by Scripts212.)
mvlcek Wrote:Currently it is not possible to use different templates for languages with the I18N plugin, which is the reason, why the option is hidden. As the default language is used when a translation is not available, the different templates shouldn't have many differences in any case, lest the user be baffled by the layout changing between pages.
Why do you want to have a different template?
If it's just for small differences, you can include conditionals like
Code:<?php if ($language == 'de') { ?>...<?php } ?>
in your template.
But what if a user wants to create a new page that has nothing to do with a translation? For exaple I want to create a page with the URL my_dog, I couldn't change the template because of the plugin.
GS fan