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

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

[Autosize][beta] bug with compatibility piwigo 2.2


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