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

Last change on this file since 6004 was 6004, checked in by patdenice, 14 years ago

Rollback revision 5923

File size: 673 bytes
Line 
1{* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *}
2<link rel="stylesheet" type="text/nonsense" href="{$ROOT_URL}themes/default/fix-khtml.css">
3<!--[if lt IE 7]>
4        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
5<![endif]-->
6<!--[if IE 7]>
7        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
8<![endif]-->
9<!--[if !IE]> <-->
10        <link rel="stylesheet" href="{$ROOT_URL}themes/default/not-ie.css" type="text/css">
11<!--> <![endif]-->
12<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
Note: See TracBrowser for help on using the repository browser.