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

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

[Autosize][beta] save

File size: 650 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
7   {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
8   {/if}
9
10
11<script type="text/javascript">
12    var DEBUG = '{$DEBUG}';
13    var theme = '{$theme}';
14</script>
15<!---FIN Autosize/template/confilt.tpl (/head) --->     
16{/html_head}
17  <!--- Autosize/template/confilt.tpl (body) ---> 
18
19<!---FIN Autosize/template/confilt.tpl (body) --->     
Note: See TracBrowser for help on using the repository browser.