Changeset 5923 for trunk/themes/default/template
- Timestamp:
- Apr 19, 2010, 10:53:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/header.tpl
r5454 r5923 35 35 {if isset($theme.local_head)}{include file=$theme.local_head}{/if} 36 36 {/foreach} 37 {* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *} 38 <link rel="stylesheet" type="text/nonsense" href="{$ROOT_URL}themes/default/fix-khtml.css"> 39 <!--[if lt IE 7]> 40 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css"> 41 <![endif]--> 42 <!--[if IE 7]> 43 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css"> 44 <![endif]--> 45 <!--[if !IE]> <--> 46 <link rel="stylesheet" href="{$ROOT_URL}themes/default/not-ie.css" type="text/css"> 47 <!--> <![endif]--> 48 <link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css"> 37 49 38 50 {if isset($U_PREFETCH) }<link rel="prefetch" href="{$U_PREFETCH}">{/if} … … 69 81 {foreach from=$header_notes item=elt} 70 82 <p>{$elt}</p> 71 83 {/foreach} 72 84 </div> 73 85 {/if}
Note: See TracChangeset
for help on using the changeset viewer.