[TYPO3] sitemap with flex. ATagTitle (subtitle // description // go to: {page:title})

Markus Labuhn m.labuhn at arcor.de
Mon May 1 18:42:28 CEST 2006


Hi,

I would like to fill in the ATagTitle with a flexible content. If a 
subtitle or a description exists than that content should be filled in:
	field = subtitle // description


In case there is no subtitle nor a description, the title should be used 
to fill in. But with an additional text in front e.g. "go to: {page:title}".
	
My solution looks like as follows but doesn't work:

tt_content.menu.20.2 {
	special = directory
	special.value = 23
	
	1.NO.ATagTitle >
	1.NO.ATagTitle {
		field = subtitle // description
		stdWrap.ifEmpty.cObject = TEXT
		stdWrap.ifEmpty.cObject {
			value = gehe zu: {page:title}
			insertData = 1
		}
	}
}

Are there any ideas?

Thanks for your help.

Markus



More information about the TYPO3-english mailing list