Ignore:
Timestamp:
Apr 29, 2011, 9:51:03 PM (13 years ago)
Author:
Zaphod
Message:

version 1.3.7 - new option to force text to lowercase + bug correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/local_head.tpl

    r10114 r10688  
    1 <!--[if lt IE 7]>
    2         <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
    3 <![endif]-->
    4 <!--[if lt IE 8]>
    5         <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
    6 <![endif]-->
    7 <link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
     1{if $load_css}
     2        <!--[if lt IE 7]>
     3                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
     4        <![endif]-->
     5        <!--[if lt IE 8]>
     6                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
     7        <![endif]-->
     8        {combine_css path="themes/default/print.css" order=-10}
     9
     10        {if !$stripped.noLowercase}
     11                {combine_css path="themes/`$theme.id`/lowercase.css" order=-10}
     12        {/if}
     13
     14{/if}
    815
    916        {if $BODY_ID=='theCategoryPage' || $BODY_ID=='thePicturePage'}
     
    2330        {/if}
    2431
     32
    2533  <script type="text/javascript">
    2634    document.documentElement.className = 'js';
Note: See TracChangeset for help on using the changeset viewer.