[TYPO3-templavoila] Can I keep <!--[if lte IE 6]> as header part?
Philipp Holdener
philipp at holdener.ch
Wed Apr 22 09:08:35 CEST 2009
Martin Bless schrieb:
> [Søren Malling] wrote & schrieb:
>
>> You are able to add header parts from your HTML file, when you click
>> "Update mapping" in the TemplaVoila , after you created your DS and
>> TO, and there choose the IE6 specific part
>
> Yes, but I don't see a way to keep the conditionals
>
>>> <!--[if lte IE 6]>
> ...
>>> <![endif]-->
>
> which is crucial in this case.
>
> I'm still hoping, there is a way ... Is it?
>
> Martin
You can't mapp conditions in the templavoila mapping tool.
You have to use typoscript
page.headerData.3 = TEXT
page.headerData.3.value (
<!--[if lte IE 6]>
...
<![endif]-->
)
Greetings
philipp
More information about the TYPO3-project-templavoila
mailing list