source: extensions/stripped/local_head.tpl @ 11217

Last change on this file since 11217 was 10688, checked in by Zaphod, 13 years ago

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

File size: 1.1 KB
Line 
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}
15
16        {if $BODY_ID=='theCategoryPage' || $BODY_ID=='thePicturePage'}
17                {include file='config.js.tpl'}
18        {/if}
19
20        {if ($BODY_ID=='theCategoryPage')}
21                {combine_script id='scripts-tcp' load='header' require='jquery.effects.blind' path='themes/stripped/js/scripts-tcp.js'}
22        {/if}
23
24        {if $BODY_ID=='thePicturePage'}
25                {combine_script id='scripts-tpp' load='header' require='jquery' path='themes/stripped/js/scripts-tpp.js'}
26        {/if}
27
28        {if ($BODY_ID=='theMapListPage')}
29                {combine_script id='scripts-tml' load='header' require='jquery' path='themes/stripped/js/scripts-tml.js'}
30        {/if}
31
32
33  <script type="text/javascript">
34    document.documentElement.className = 'js';
35  </script>
Note: See TracBrowser for help on using the repository browser.