Ignore:
Timestamp:
May 11, 2011, 12:13:49 PM (13 years ago)
Author:
cljosse
Message:

[extensions] autosize compatibility with theme gally

  • rename lang.php to plugin.lang.php
  • rename jquery.cookies.js to autosize.cookie.js
  • rename jquery.dimensions.js to autosize.dimensions.js
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/include/affiche.php

    r10445 r10845  
    1010$cl_plugin=isset($cl_plugin)?$cl_plugin:"";
    1111$cl_visible=isset($conf['cl_auto']) ? $conf['cl_auto'] : 'true' ;
    12  $DEBUG=isset($_POST['cl_debug_conflit']) ? $_POST['cl_debug_conflit'] : "false" ;
    13 $DEBUG= isset($conf['cl_debug_conflit']) ? $conf['cl_debug_conflit'] : $DEBUG ;
    14  
    15  $my_path = AUTOSIZE_PATH_ABS;
    16 $theme=$user['theme'];
    17 $user_status = $user['status'] ;
     12//=================================================================================================
     13$DEBUG_autosize = isset($_POST['cl_debug_conflit']) ? $_POST['cl_debug_conflit'] : "false" ;
     14$DEBUG_autosize = isset($_GET['cl_debug_conflit']) ? $_GET['cl_debug_conflit'] : $DEBUG_autosize ;
     15$DEBUG_autosize = isset($conf['cl_debug_conflit']) ? $conf['cl_debug_conflit'] : $DEBUG_autosize ;
     16//=================================================================================================
     17  $my_path = AUTOSIZE_PATH_ABS;
     18  $theme=$user['theme'];
     19  $user_status = $user['status'] ;
    1820
    1921                   $template->assign( array(
     
    2830        $template->assign(
    2931                                        array(
    30             'DEBUG' =>  $DEBUG   ,
     32            'DEBUG_autosize' =>  $DEBUG_autosize   ,
    3133            'cl_visible' =>  $cl_visible,
    3234            'cl_version' => $cl_version,
Note: See TracChangeset for help on using the changeset viewer.