Rev | Line | |
---|
[11628] | 1 | {if $load_css} |
---|
| 2 | {combine_css path="themes/default/print.css" order=-10} |
---|
| 3 | |
---|
| 4 | {if !$stripped.noLowercase} |
---|
[12548] | 5 | {combine_css path="themes/stripped/lowercase.css" order=-10} |
---|
[11628] | 6 | {/if} |
---|
| 7 | |
---|
[12547] | 8 | {if ($stripped.themeStyle == 'black') } |
---|
[12548] | 9 | {combine_css path="themes/stripped/theme-black.css" order=-10} |
---|
[12547] | 10 | {else} |
---|
| 11 | {if ($stripped.themeStyle == 'white') } |
---|
[12548] | 12 | {combine_css path="themes/stripped/theme-white.css" order=-10} |
---|
[12547] | 13 | {else} |
---|
[12548] | 14 | {combine_css path="themes/stripped/theme-original.css" order=-10} |
---|
[12547] | 15 | {/if} |
---|
| 16 | {/if} |
---|
| 17 | |
---|
[12548] | 18 | <!--[if lt IE 7]> |
---|
| 19 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css"> |
---|
| 20 | {if ($stripped.themeStyle != 'original') } |
---|
| 21 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie6-plus.css"> |
---|
| 22 | {/if} |
---|
| 23 | <![endif]--> |
---|
| 24 | <!--[if lt IE 8]> |
---|
| 25 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css"> |
---|
| 26 | <![endif]--> |
---|
| 27 | |
---|
[11628] | 28 | {/if} |
---|
| 29 | |
---|
[12960] | 30 | {include file='config.js.tpl'} |
---|
[11628] | 31 | |
---|
[12547] | 32 | {if $BODY_ID=='thePicturePage'} |
---|
| 33 | {combine_script id='scripts-tpp' load='header' require='jquery' path='themes/stripped/js/scripts-tpp.js'} |
---|
[12960] | 34 | {else} |
---|
[21866] | 35 | {combine_script id='scripts-tcp' load='header' require='jquery.ui.effect-blind' path='themes/stripped/js/scripts-tcp.js'} |
---|
[12547] | 36 | {/if} |
---|
[11628] | 37 | |
---|
[12547] | 38 | {if isset($stripped.imagePreload)} |
---|
| 39 | {combine_script id='preload' load='header' require='jquery' path='themes/stripped/js/preload.js'} |
---|
| 40 | {/if} |
---|
[11628] | 41 | |
---|
[12547] | 42 | <script type="text/javascript"> |
---|
| 43 | document.documentElement.className = 'js'; |
---|
[12960] | 44 | </script> |
---|
Note: See
TracBrowser
for help on using the repository browser.