[TYPO3] [Typo3] Set default header type to "Layout 1" for first content element and "Layout 2" for the following

Matthew Manderson matthew at manderson.co.uk
Fri Aug 4 11:47:23 CEST 2006


Tyler,

> assuming you've set up the ts for the header to be only rendered as
> <h2>|</h2> (without other classes and wraps in there also ;-)
Your examples? 

This is some cleanup code I use by default:

tt_content.header.20.dataWrap >
tt_content.header.20.prefixComment >
lib.stdheader.stdWrap.dataWrap >
lib.stdheader.stdWrap.prefixComment >
lib.stdheader.10.1.fontTag = <h1>|</h1>
lib.stdheader.10.2.fontTag = <h2>|</h2>
lib.stdheader.10.3.fontTag = <h3>|</h3>
lib.stdheader.10.4.fontTag = <h4>|</h4>
lib.stdheader.10.5.fontTag = <h5>|</h5>
lib.stdheader.10.6.fontTag = <h6>|</h6>

Matthew





More information about the TYPO3-english mailing list