Line | |
---|
1 | {php} |
---|
2 | global $Slim; |
---|
3 | $this->assign( 'Slim', $Slim ); |
---|
4 | {/php} |
---|
5 | |
---|
6 | <!--[if lt IE 7]> |
---|
7 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css"> |
---|
8 | <![endif]--> |
---|
9 | <!--[if IE 7]> |
---|
10 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css"> |
---|
11 | <![endif]--> |
---|
12 | {combine_css path="themes/default/print.css" order=-10} |
---|
13 | |
---|
14 | |
---|
15 | {if (($Slim.style_slim)!=3)} |
---|
16 | {combine_script id='lytebox' load='header' require='jquery' path='themes/Slim/js/lytebox.js'} |
---|
17 | {/if} |
---|
18 | |
---|
19 | {if (($Slim.style_slim)!=1)} |
---|
20 | {combine_script id='menu' load='header' require='jquery' path='themes/Slim/js/menu.js'} |
---|
21 | {combine_script id='hoverIntent' load='header' require='jquery' path='themes/Slim/js/jquery.hoverIntent.minified.js'} |
---|
22 | {combine_script id='columnizer' load='header' require='jquery' path='themes/Slim/js/columnizer.js'} |
---|
23 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.