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

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

[extensions] autosize compatiblity with gmaps(Version 1.3.0a)

File size: 589 bytes
RevLine 
[8957]1{html_head}
2<script type="text/javascript"> 
3    var DEBUG = '{$DEBUG}';
[7740]4    var theme = '{$theme}';
[7962]5    var cl_version = '{$cl_version}';
[7912]6    var cl_plugin = '{$name}';
[10561]7    var Version_pwg='{$Version_pwg}';
[8627]8{if $DEBUG == "true"}
[7962]9    var cl_query = '{$autosize_parametres->query}';
10    var cl_type = '{$autosize_parametres->type}';
11    var cl_plugins=new Array();
[8627]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}
[7962]17{/if}
[7805]18</script>
[8957]19{/html_head}
Note: See TracBrowser for help on using the repository browser.