Ignore:
Timestamp:
Jan 28, 2011, 9:04:27 AM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] bug on compatibility with piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/cl_conflit/template/conflit.tpl

    r8942 r8958  
    1 {if PHPWG_VERSION < 2.2 } 
    2   {assign var= file value=$CONFLIT_PATH_ABS|@cat:'template/header_2_1.tpl' }
    3  {else}
    4   {assign var= file value=$CONFLIT_PATH_ABS|@cat:'template/header_2_2.tpl'
    5 }
    6  {/if}  { include file= $file   }
    7 <script type="text/javascript">
    8  
     1{html_head}
     2  <script type="text/javascript">
    93 var DEBUG = '{$DEBUG}';
    104    var theme = '{$theme}';
     
    2115 {/if}
    2216{/if}
    23 </script>
     17</script>{/html_head} 
Note: See TracChangeset for help on using the changeset viewer.