Ignore:
Timestamp:
Nov 5, 2011, 2:54:58 PM (12 years ago)
Author:
Zaphod
Message:

version 2.0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/local_head.tpl

    r12547 r12548  
    55
    66{if $load_css}
     7        {combine_css path="themes/default/print.css" order=-10}
     8
     9        {if !$stripped.noLowercase}
     10                {combine_css path="themes/stripped/lowercase.css" order=-10}
     11        {/if}
     12
     13        {if ($stripped.themeStyle == 'black') }
     14                {combine_css path="themes/stripped/theme-black.css" order=-10}
     15        {else}
     16                {if ($stripped.themeStyle == 'white') }
     17                        {combine_css path="themes/stripped/theme-white.css" order=-10}
     18                {else}
     19                        {combine_css path="themes/stripped/theme-original.css" order=-10}
     20                {/if}
     21        {/if}
     22
    723        <!--[if lt IE 7]>
    824                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
     25                {if ($stripped.themeStyle != 'original') }
     26                        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie6-plus.css">
     27                {/if}
    928        <![endif]-->
    1029        <!--[if lt IE 8]>
    1130                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
    1231        <![endif]-->
    13         {combine_css path="themes/default/print.css" order=-10}
    14 
    15         {if !$stripped.noLowercase}
    16                 {combine_css path="themes/`$theme.id`/lowercase.css" order=-9}
    17         {/if}
    18 
    19         {if ($stripped.themeStyle == 'black') }
    20                 {combine_css path="themes/`$theme.id`/theme-black.css" order=-8}
    21         {else}
    22                 {if ($stripped.themeStyle == 'white') }
    23                         {combine_css path="themes/`$theme.id`/theme-white.css" order=-8}
    24                 {else}
    25                         {combine_css path="themes/`$theme.id`/theme-original.css" order=-8}
    26                 {/if}
    27         {/if}
    2832
    2933{/if}
Note: See TracChangeset for help on using the changeset viewer.