Ignore:
Timestamp:
Apr 12, 2011, 1:36:50 PM (13 years ago)
Author:
cljosse
Message:

[extensions] autosize fix margin theImgage auto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/autosize.inc.php

    r10280 r10308  
    5656        $template->set_filenames(array('autosize_init_header'=> $file ));
    5757                $template->set_filenames(array('autosize_init'=>AUTOSIZE_PATH_ABS. "template/conflit.tpl" ) ); 
    58                 $DEBUG = isset($conf['cl_debug']) ? $conf['cl_debug'] : "false" ;
     58                $DEBUG = isset($conf['cl_debug_conflit']) ? $conf['cl_debug_conflit'] : "false" ;
    5959                $autosize_parametres =   cl_autosize_Get_Options() ;                   
    6060                $theme=$user['theme'];
     
    8585
    8686                        $my_path = dirname(__FILE__).'/';
    87                         $DEBUG =  isset($conf['cl_debug']) ? $conf['cl_debug'] : "false"  ;
     87                        $DEBUG =  isset($conf['cl_debug_conflit']) ? $conf['cl_debug_conflit'] : "false"  ;
    8888                        $ma_page=isset($page['body_id'])?$page['body_id']:"" ;
    8989                        $theme=$user['theme'];
Note: See TracChangeset for help on using the changeset viewer.