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

Last change on this file since 11182 was 10812, checked in by mistic100, 13 years ago

merge spread_menus to the core

File size: 426 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}
10
11{if !isset($MENUBAR)}<style type="text/css">.content {ldelim} margin-left:auto !important; }</style>{/if}
Note: See TracBrowser for help on using the repository browser.