source: extensions/luciano/local_head.tpl @ 14076

Last change on this file since 14076 was 9974, checked in by patdenice, 13 years ago

Avoid conflict with jquery

File size: 800 bytes
RevLine 
[5940]1<!--[if lt IE 8]>
2        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie7.css">
3<![endif]-->
[5921]4<!--[if lt IE 7]>
[5940]5        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie6.css">
[5921]6<![endif]-->
7
8{if $BODY_ID == 'thePicturePage'}
9<style type="text/css">
10#theImage #theImg img {ldelim}
11  margin-top:{math equation="(600-y)/2" y=$HEIGHT_IMG format="%d"}px;
12}
13</style>
14{/if}
15
[9972]16{combine_script id="mootools.core" path="themes/luciano/js/mootools-1.2.4-core.js"}
17{combine_script id="mootools.more" require="mootools.core" path="themes/luciano/js/mootools-1.2.4.4-more.js"}
18{combine_script id="luciano.script" require="mootools.more" path="themes/luciano/js/script.js"}
[9974]19
20{footer_script}
21if (typeof jQuery != 'undefined') {ldelim} jQuery.noConflict();}
22{/footer_script}
Note: See TracBrowser for help on using the repository browser.