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

[Autosize][beta] bug with compatibility piwigo 2.2


File:
1 edited

Legend:

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

    r8940 r8957  
    1 {if PHPWG_VERSION < 2.2 } 
    2   {assign var= file value=$AUTOSIZE_PATH_ABS|@cat:'template/header_2_1.tpl' }
    3  {else}
    4   {assign var= file value=$AUTOSIZE_PATH_ABS|@cat:'template/header_2_2.tpl'
    5 }
    6  {/if}  { include file= $file   }
    7 <script type="text/javascript">
    8  
    9  var DEBUG = '{$DEBUG}';
     1{html_head}
     2<script type="text/javascript">
     3    var DEBUG = '{$DEBUG}';
    104    var theme = '{$theme}';
    115    var cl_version = '{$cl_version}';
     
    2216{/if}
    2317</script>
    24 
    25 
    26  
     18{/html_head}
Note: See TracChangeset for help on using the changeset viewer.