Changeset 6004 for trunk/themes


Ignore:
Timestamp:
Apr 29, 2010, 9:40:10 PM (14 years ago)
Author:
patdenice
Message:

Rollback revision 5923

Location:
trunk/themes/default
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/local_head.tpl

    r5922 r6004  
    44        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
    55<![endif]-->
    6 <!--[if gt IE 6]>
     6<!--[if IE 7]>
    77        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
    88<![endif]-->
  • trunk/themes/default/template/header.tpl

    r5991 r6004  
    3737{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
    3838{/foreach}
    39 {* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *}
    40 <link rel="stylesheet" type="text/nonsense" href="{$ROOT_URL}themes/default/fix-khtml.css">
    41 <!--[if lt IE 7]>
    42         <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
    43 <![endif]-->
    44 <!--[if IE 7]>
    45         <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
    46 <![endif]-->
    47 <!--[if !IE]> <-->
    48         <link rel="stylesheet" href="{$ROOT_URL}themes/default/not-ie.css" type="text/css">
    49 <!--> <![endif]-->
    50 <link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
    5139
    5240{if isset($U_PREFETCH)          }<link rel="prefetch" href="{$U_PREFETCH}">{/if}
     
    8371        {foreach from=$header_notes item=elt}
    8472        <p>{$elt}</p>
    85         {/foreach}
     73        {/foreach}
    8674</div>
    8775{/if}
  • trunk/themes/default/themeconf.inc.php

    r5923 r6004  
    44  'icon_dir'      => 'themes/default/icon',
    55  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
     6  'local_head'    => 'local_head.tpl',
    67);
    78?>
Note: See TracChangeset for help on using the changeset viewer.