Ignore:
Timestamp:
Apr 20, 2010, 11:33:51 AM (14 years ago)
Author:
Gotcha
Message:

Add correctif of r5923 in header.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/template/header.tpl

    r5804 r5926  
    3636{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
    3737{/foreach}
     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">
    3850
    3951{if isset($U_PREFETCH)          }<link rel="prefetch" href="{$U_PREFETCH}">{/if}
Note: See TracChangeset for help on using the changeset viewer.