[TYPO3] Wrap everything but header of a content element

Frederic Gaus mailinglists at necroshine.de
Tue Feb 20 09:25:43 CET 2007


JoH asenau schrieb:
>> You said you are able to wrap the header _and_ the whole element using
>> separate headers. So what you have to do is:
> 
> I meant separate wraps :-)
> 
> Joey
> 

Well, you could try the following:

tt_content.text.10 < lib.stdheader
tt_content.text.10.wrap = <headerwrap>|</headerwarp>
tt_content.text.20.wrap = <bodywrap>|</bodywrap>

But this works only for one Contentelement. For all CE I have only a
very dirty solution:

lib.stdheader.wrap = <headerwrap>|</headerwrap>
tt_content.text.10.wrap = <bodywrap>|</bodywrap>
tt_content.header.10.wrap = <bodywrap>|</bodywrap>
tt_content.image.10.wrap = ...
...

And so on. Is that what you want??

Greetings

Frederic

-- 
Frederic Gaus                                 pgp-key: 93E6903C
fingerprint: 0C55 4517 CC1E 5F7F 9059  3535 AB54 D8E8 93E6 903C


More information about the TYPO3-english mailing list