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/autosize.tpl

    r8911 r8957  
    1 {html_head} {* $Id: autosize/template/autosize.tpl  *}
    2 <!-- autosize/template/autosize.tpl  -->
     1 {* $Id: autosize/template/autosize.tpl  *}
     2{html_head} <!-- autosize/template/autosize.tpl  -->
    33 <script type="text/javascript">
    44    var src_img = '{$SRC_IMG}';
     
    4343    var check_desc_v = '{$check_desc_v}';
    4444 </script>
    45 {if PHPWG_VERSION < 2.2 }
    46  {include file=$AUTOSIZE_PATH_ABS|@cat:'template/picture_2_1.tpl'}
    47 {else}
    48 {include file= $AUTOSIZE_PATH_ABS|@cat:'template/picture_2_2.tpl'}
    49 {/if}
     45
    5046<link href="{$AUTOSIZE_PATH}css/autosize.css" rel="stylesheet" type="text/css" />
    5147 <!--  << autosize/template/autosize.tpl   -->
    52 {/html_head}
     48
    5349<script type="text/javascript">
    5450       var visible = '{$visible}';
     
    8379</style>
    8480
     81
    8582<div id="Debug0"  align=center style="color:black;z-index:2000;position:absolute; background-color:Beige; top:0px;left:0px;width:800px;margin:auto;"></div>
    8683<div id="Debug1"  align=center style="color:black;z-index:2000;position:absolute; background-color:Beige; top:0px;left:0px;width:800px;margin:auto;"></div>
     
    9592    {/literal}
    9693    {else}
    97   {assign var="visible" value="none"} {/if}
    98  
     94  {assign var="visible" value="none"}
     95  {/if}
     96
     97  {/html_head}
    9998  <!--  << autosize/template/autosize.tpl body  -->
Note: See TracChangeset for help on using the changeset viewer.