|
Revision 12153, 1.2 KB
(checked in by Zaphod, 21 months ago)
|
|
version 1.5.0
|
| 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 | {if isset($stripped.imagePreload)} |
|---|
| 32 | {combine_script id='preload' load='header' require='jquery' path='themes/stripped/js/preload.js'} |
|---|
| 33 | {/if} |
|---|
| 34 | |
|---|
| 35 | <script type="text/javascript"> |
|---|
| 36 | document.documentElement.className = 'js'; |
|---|
| 37 | </script> |
|---|