[TYPO3-english] Include one css twice with different wrapping

Paul Packmor web20 at gmx.de
Thu Dec 26 18:13:01 CET 2013


Hi, I maybe have just a dumb beginners question but hopefully you can help me out anyway.  I like to include one css file twice in my template with different wrapping. In the following code file7 seems to be omitted. What would do the trick?

page.includeCSS {
  [...]
  file6 = fileadmin/template/css/retina-responsive.css
  file6.media = screen
  file6.allWrap = <!--[if gt IE 8]><!-->|<!--<![endif]-->
  file7 = fileadmin/template/css/retina-responsive.css
  file7.media = screen
  file7.allWrap = <!--[if !IE]>| <![endif]-->
  [...]
}


More information about the TYPO3-english mailing list