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

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

[extensions] Autosize fix compatibility with gmaps

File size: 616 bytes
Line 
1{html_head}
2<script type="text/javascript"> 
3    var DEBUG_autosize = '{$DEBUG_autosize}';
4    var theme = '{$theme}';
5    var cl_version = '{$cl_version}';
6    var cl_plugin = '{$name}';
7    var Version_pwg='{$Version_pwg}';
8{if $DEBUG_autosize == "true"}
9    var cl_query = '{$autosize_parametres->query}';
10    var cl_type = '{$autosize_parametres->type}';
11    var cl_plugins=new Array();
12     {if not empty($cl_plugins )}
13       {foreach from=$cl_plugins item=cl_plug }
14            value="{$cl_plug}";cl_plugins.push(value);           
15        {/foreach}
16     {/if}
17{/if}
18</script>
19{/html_head}
Note: See TracBrowser for help on using the repository browser.