[Typo3] I need one template by language , How I do that?

Jan Bednarik info at bednarik.org
Wed Sep 14 22:05:34 CEST 2005


> I need one template by language , How I do that?

You mean different template for each language?

page.10 = TEMPLATE
page.10 {
template = FILE
template.file = fileadmin/{$site}/template1.html
workOnSubpart = DOCUMENT_BODY
}

config.linkVars = L
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = uk
page.10.template.file = someothertemplate.html

[globalVar = GP:L = 2]
config.sys_language_uid = 2
config.language = de
page.10.template.file = someothertemplate.html

[GLOBAL]

--
Jan Bednarik



More information about the TYPO3-english mailing list