[Typo3] TS: variables

Juraj Benadik gastan at gastan.sk
Wed Sep 28 17:39:35 CEST 2005


Hi


I'd like to set some variables accroding to domain names
and use those variables rather than GP:L in further language dependand 
settings:

varL=0

[globalString = IENV:HTTP_HOST = DEhost]
   varL = 1
[global]

[globalString = IENV:HTTP_HOST = ARhost]
   varL = 2
[global]

...
[globalVar = varL = 1]
     # German mit L=1
     config.sys_language_uid = 1
     config.language = de
     config.locale_all = de_DE
[global]


but it does not work.
Any suggestions how to make it work ?


thx in advance


--G



More information about the TYPO3-english mailing list