[TYPO3-english] Produce an IMAGE from a string by stdWrap

Georg Ringer news at ringerge.org
Mon Mar 16 14:53:09 CET 2009


Hi,

I did this snippet:
logo {
	setContentToCurrent = 1
	if.isTrue.current = 1
	stdWrap.cObject = IMAGE
	stdWrap.cObject {
		file {
			import = uploads/tx_city/
			import.current = 1
			maxW = 60
			maxH = 60
		}
		params = style="margin-left: 500px; position: absolute;"
	}
}

Georg


More information about the TYPO3-english mailing list