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

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

[Autosize][beta] fix bug whith user tags


File size: 831 bytes
Line 
1{html_head}
2 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"  now=1}
3 {known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
4 {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
5
6<script type="text/javascript">
7    var DEBUG = '{$DEBUG}';
8</script>
9
10
11<script type="text/javascript">
12    var theme = '{$theme}';
13    var cl_version = '{$cl_version}';
14    var cl_plugin = '{$name}';
15    var cl_query = '{$autosize_parametres->query}';
16    var cl_type = '{$autosize_parametres->type}';
17    var cl_plugins=new Array();
18{if $DEBUG}
19 {if not empty($cl_plugins )}
20   {foreach from=$cl_plugins item=cl_plug }
21        value="{$cl_plug}";cl_plugins.push(value);           
22    {/foreach}
23 {/if}
24{/if}
25</script>
26
27{/html_head}
28 
Note: See TracBrowser for help on using the repository browser.