| | 38 | {* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *} |
| | 39 | <link rel="stylesheet" type="text/nonsense" href="{$ROOT_URL}themes/default/fix-khtml.css"> |
| | 40 | <!--[if lt IE 7]> |
| | 41 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css"> |
| | 42 | <![endif]--> |
| | 43 | <!--[if IE 7]> |
| | 44 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css"> |
| | 45 | <![endif]--> |
| | 46 | <!--[if !IE]> <--> |
| | 47 | <link rel="stylesheet" href="{$ROOT_URL}themes/default/not-ie.css" type="text/css"> |
| | 48 | <!--> <![endif]--> |
| | 49 | <link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css"> |