source: extensions/floPure/Pure_default/local_head.tpl @ 5904

Last change on this file since 5904 was 5904, checked in by flop25, 14 years ago

Pure_defaut created

File size: 676 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 gt IE 6]>
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.