source: extensions/stripped/local_head.tpl @ 23538

Last change on this file since 23538 was 23538, checked in by flop25, 11 years ago

no more {php}
part2 end

File size: 1.4 KB
Line 
1{if $load_css}
2        {combine_css path="themes/default/print.css" order=-10}
3
4        {if !$stripped.noLowercase}
5                {combine_css path="themes/stripped/lowercase.css" order=-10}
6        {/if}
7
8        {if ($stripped.themeStyle == 'black') }
9                {combine_css path="themes/stripped/theme-black.css" order=-10}
10        {else}
11                {if ($stripped.themeStyle == 'white') }
12                        {combine_css path="themes/stripped/theme-white.css" order=-10}
13                {else}
14                        {combine_css path="themes/stripped/theme-original.css" order=-10}
15                {/if}
16        {/if}
17
18        <!--[if lt IE 7]>
19                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
20                {if ($stripped.themeStyle != 'original') }
21                        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie6-plus.css">
22                {/if}
23        <![endif]-->
24        <!--[if lt IE 8]>
25                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
26        <![endif]-->
27
28{/if}
29
30{include file='config.js.tpl'}
31
32{if $BODY_ID=='thePicturePage'}
33        {combine_script id='scripts-tpp' load='header' require='jquery' path='themes/stripped/js/scripts-tpp.js'}
34{else}
35        {combine_script id='scripts-tcp' load='header' require='jquery.ui.effect-blind' path='themes/stripped/js/scripts-tcp.js'}
36{/if}
37
38{if isset($stripped.imagePreload)}
39        {combine_script id='preload' load='header' require='jquery' path='themes/stripped/js/preload.js'}
40{/if}
41
42<script type="text/javascript">
43        document.documentElement.className = 'js';
44</script>
Note: See TracBrowser for help on using the repository browser.