source: trunk/themes/default/local_head.tpl @ 7987

Last change on this file since 7987 was 7987, checked in by rvelices, 13 years ago

new template feature: combine_css

  • fully functional with file merging
  • takes care of url() in css and recursively merge all @import
  • migrated public templates only; need more code doc
File size: 319 bytes
Line 
1{if $load_css}
2        <!--[if lt IE 7]>
3                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
4        <![endif]-->
5        <!--[if IE 7]>
6                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
7        <![endif]-->
8        {combine_css path="themes/default/print.css" order=-10}
9{/if}
Note: See TracBrowser for help on using the repository browser.