source: extensions/stripped/local_head.tpl @ 10114

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

version 1.3.4 - bug correction in header.tpl

File size: 1.0 KB
Line 
1<!--[if lt IE 7]>
2        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
3<![endif]-->
4<!--[if lt IE 8]>
5        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
6<![endif]-->
7<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
8
9        {if $BODY_ID=='theCategoryPage' || $BODY_ID=='thePicturePage'}
10                {include file='config.js.tpl'}
11        {/if}
12
13        {if ($BODY_ID=='theCategoryPage')}
14                {combine_script id='scripts-tcp' load='header' require='jquery.effects.blind' path='themes/stripped/js/scripts-tcp.js'}
15        {/if}
16
17        {if $BODY_ID=='thePicturePage'}
18                {combine_script id='scripts-tpp' load='header' require='jquery' path='themes/stripped/js/scripts-tpp.js'}
19        {/if}
20
21        {if ($BODY_ID=='theMapListPage')}
22                {combine_script id='scripts-tml' load='header' require='jquery' path='themes/stripped/js/scripts-tml.js'}
23        {/if}
24
25  <script type="text/javascript">
26    document.documentElement.className = 'js';
27  </script>
Note: See TracBrowser for help on using the repository browser.