-
Notifications
You must be signed in to change notification settings - Fork 0
/
local_head.tpl
44 lines (36 loc) · 1.39 KB
/
local_head.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{if $load_css}
{combine_css path="themes/default/print.css" order=-10}
{if !$stripped.noLowercase}
{combine_css path="themes/stripped/lowercase.css" order=-10}
{/if}
{if ($stripped.themeStyle == 'black') }
{combine_css path="themes/stripped/theme-black.css" order=-10}
{else}
{if ($stripped.themeStyle == 'white') }
{combine_css path="themes/stripped/theme-white.css" order=-10}
{else}
{combine_css path="themes/stripped/theme-original.css" order=-10}
{/if}
{/if}
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
{if ($stripped.themeStyle != 'original') }
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie6-plus.css">
{/if}
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
<![endif]-->
{/if}
{include file='config.js.tpl'}
{if $BODY_ID=='thePicturePage'}
{combine_script id='scripts-tpp' load='header' require='jquery' path='themes/stripped/js/scripts-tpp.js'}
{else}
{combine_script id='scripts-tcp' load='header' require='jquery.ui.effect-blind' path='themes/stripped/js/scripts-tcp.js'}
{/if}
{if isset($stripped.imagePreload)}
{combine_script id='preload' load='header' require='jquery' path='themes/stripped/js/preload.js'}
{/if}
<script type="text/javascript">
document.documentElement.className = 'js';
</script>