[TYPO3-english] Re: TS Conditions for Internet Explorer

Viktor Livakivskyi invisible.kinder at gmail.com
Wed Sep 4 12:52:34 CEST 2013


Hi, Sergio.

> page.headerData.10 = TEXT
> page.headerData.10 {
>                          value = 
> typo3conf/ext/myextension/Resources/Public/Css/font_ie7.css
>                          insertData = 1
>                          wrap(
>                                  <!--[if lt IE 8]>
>                                          <link href="|" media="screen" 
> rel="stylesheet" type="text/css" />
>                                  <![endif]-->
>                          )
>                  }
> 

I would recommend this variant, because more conditions you have in your TS - more evaluations are performed by TYPO3 by every page load (even for cached pages), which affects performance.
Ideally you should have only conditions with language in your TS setup.


More information about the TYPO3-english mailing list