source: extensions/stripped/local_head.tpl @ 12321

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

version 1.5.0 update

File size: 1.1 KB
RevLine 
[12321]1{php}
2        global $template, $stripped;
3        $template->assign( 'stripped', $stripped );
4{/php}
5
[11628]6{if $load_css}
7        <!--[if lt IE 7]>
8                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
9        <![endif]-->
10        <!--[if lt IE 8]>
11                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
12        <![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=-10}
17        {/if}
18
19{/if}
20
21        {if $BODY_ID=='theCategoryPage' || $BODY_ID=='thePicturePage'}
22                {include file='config.js.tpl'}
23        {/if}
24
25        {if ($BODY_ID=='theCategoryPage')}
26                {combine_script id='scripts-tcp' load='header' require='jquery.effects.blind' path='themes/stripped/js/scripts-tcp.js'}
27        {/if}
28
29        {if $BODY_ID=='thePicturePage'}
30                {combine_script id='scripts-tpp' load='header' require='jquery' path='themes/stripped/js/scripts-tpp.js'}
31        {/if}
32
[12153]33        {if isset($stripped.imagePreload)}
34                {combine_script id='preload' load='header' require='jquery' path='themes/stripped/js/preload.js'}
35        {/if}
[11628]36
37  <script type="text/javascript">
38    document.documentElement.className = 'js';
39  </script>
Note: See TracBrowser for help on using the repository browser.