Ignore:
Timestamp:
Jan 26, 2011, 1:17:55 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] compatibility (admin.tpl) whith piwigo 2.2


File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/admin/admin_autosize.php

    r8911 r8912  
    2929   PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/'
    3030);
     31if (!defined('ROOT_URL'))
     32define(  'ROOT_URL',  get_root_url().'/' );
     33if (!defined('AUTOSIZE_PATH_ABS'))
     34define('AUTOSIZE_PATH_ABS', dirname(__FILE__).'/' );
     35
    3136// +-----------------------------------------------------------------------+
    3237// | Check Access and exit when user status is not ok                      |
     
    4550                $my_base_url.'&tab=autosize_admin'
    4651                           );
    47  
     52 /*     
    4853$tabsheet->add( 'autosize_help',
    4954                l10n('help'),
     
    5156                           );
    5257                           
    53                            
     58        */         
    5459                           
    5560        if (!isset($_GET['tab']))
Note: See TracChangeset for help on using the changeset viewer.