[TYPO3-templavoila] displaying Header of content element in FCE + wrap each individual RECORD

Steffen Kamper info at sk-typo3.de
Thu Jan 14 13:00:40 CET 2010


Hi,

simply do that for the content:

<TypoScript><![CDATA[
10= RECORDS
10.source.current=1
10.tables = tt_content
10.stdWrap.wrap = <div class="ce">|</div>
]]></TypoScript>

and for the header

<TypoScript><![CDATA[
10 = TEXT
10.data = register:tx_templavoila_pi1.parentRec.header
10.wrap = <h3 class="header"> |</h3>
]]></TypoScript>

vg Steffen


More information about the TYPO3-project-templavoila mailing list