[TYPO3] sr_language problem

Tim Loenders tloenders at gmail.com
Thu Mar 22 18:54:00 CET 2007


hello,

I have u multi language website and I would like to get rid of the pointer
before the curent active flag.

I therefore added this in the constants of my template:

plugin.tx_srlanguagemenu_pi1.link.CUR.stdWrap.wrap = <span>|</span>

Which should remove the reference to the pointer but it doesn't.

Does anyone maybe know why this doesn't apply?

This is the language ts in my setup:

onfig.linkVars = L

[globalVar = GP:L = 0]
config.sys_language_uid = 0
config.language = en
config.locale_all = en_EN
page.config.language = en
[global]
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = nl
config.locale_all = nl_NL
page.config.language = nl
[global]
[globalVar = GP:L = 2]
config.sys_language_uid = 2
config.language = fr
config.locale_all = fr_FR
page.config.language = fr
[global]
[globalVar = GP:L = 7]
config.sys_language_uid = 7
config.language = de
config.locale_all = de_DE
page.config.language = de
[global]
temp.languageMenu < plugin.tx_srlanguagemenu_pi1
temp.languageMenu.languagesUidsList = 0,1,2,7
temp.languageMenu.defaultLayout = 0

Thanks a lot for any help!

Tim Loenders




More information about the TYPO3-english mailing list