Last change
on this file since 9451 was
8958,
checked in by cljosse, 14 years ago
|
[cl_conflit] bug on compatibility with piwigo 2.2
|
File size:
532 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 = '{$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} |
---|
17 | </script>{/html_head} |
---|
Note: See
TracBrowser
for help on using the repository browser.