source: extensions/cl_conflit/template/conflit.tpl

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

[cl_conflit] bug on compatibility with piwigo 2.2

File size: 532 bytes
RevLine 
[8958]1{html_head}
2  <script type="text/javascript">
[8941]3 var DEBUG = '{$DEBUG}';
[7880]4    var theme = '{$theme}';
[7905]5    var cl_version = '{$cl_version}';
[7914]6    var cl_plugin = '{$name}';
[8629]7{if $DEBUG == "true"}
[7944]8    var cl_query = '{$cl_conflit_parametres->query}';
9    var cl_type = '{$cl_conflit_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}
[8958]17</script>{/html_head} 
Note: See TracBrowser for help on using the repository browser.