[TYPO3-english]  localized subtitle with typoscript
    Krystian Szymukowicz 
    t33k.RE.MO.VE at RE.MO.VE.prolabium.com
       
    Sun Oct 24 14:49:47 CEST 2010
    
    
  
hi
I need to use localized subtitle for current page.
I use such code and it works with page:title
temp.content_header >
temp.content_header = HMENU
temp.content_header {
	special = list
	special.value.data = TSFE:id
	1 = TMENU
	1.NO.stdWrap.data = page:title
	1.NO.doNotLinkIt = 1
}
But the subtitle is always from default language.
temp.content_header >
temp.content_header = HMENU
temp.content_header {
	special = list
	special.value.data = TSFE:id
	1 = TMENU
	1.NO.stdWrap.data = page:subtitle
	1.NO.doNotLinkIt = 1
}
Does anyone knows why ?
Thank for any clue.
btw: to be sure I added "subtitle" to 
$TYPO3_CONF_VARS['FE']['addRootLineFields'] but it changes nothing.
--
grtz
Krystian Szymukowicz
    
    
More information about the TYPO3-english
mailing list