source: extensions/Autosize/template/conflit.tpl @ 7899

Last change on this file since 7899 was 7899, checked in by cljosse, 13 years ago

[cl_conflit] fix conflict with rv_gmaps

File size: 707 bytes
Line 
1{html_head}
2  <!--- Autosize/template/confilt.tpl (head) --->   
3{known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}
4{known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
5{if $cl_conflit == 'true'}
6   {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
7{/if}
8
9
10<script type="text/javascript">
11    var DEBUG = '{$DEBUG}';
12    var theme = '{$theme}';
13    var Version = '{$version}';
14    var cl_plugin = '{$cl_plugin}';
15</script>
16<!---FIN Autosize/template/confilt.tpl (/head) --->     
17{/html_head}
18<!--- Autosize/template/confilt.tpl (body) ---> 
19<!---FIN Autosize/template/confilt.tpl (body) --->     
Note: See TracBrowser for help on using the repository browser.