[TYPO3-dev] Building my own headers

Martin Ficzel martin.ficzel at gmx.de
Wed Jul 11 13:06:12 CEST 2007


you have to use the stdwrap if you want to. the userobject is given the
parsed typoscript as an array but you have to use it on your own.


function my_flags ($content, $conf) {
	$factor = 	$this->cObj->stdWrap($conf['factor'],$conf['factor.']);

	# do something
	return 'something';
}


regards Martin ... that is a question for the englisch list not for the
dev-list




More information about the TYPO3-dev mailing list