Ignore:
Timestamp:
Jun 24, 2012, 9:13:37 PM (12 years ago)
Author:
grum
Message:

feature:2642- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_root.class.inc.php

    r11582 r16006  
    2020include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    2121include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/GPCUsersGroups.class.inc.php');
    22 include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/GPCCss.class.inc.php');
    2322
    2423
    2524class AMM_root extends CommonPlugin
    2625{
    27   protected $css;   //the css object
    2826  protected $defaultMenus = array(
    2927    /* about visibility & accessibility system :
     
    6361  public function __destruct()
    6462  {
    65     unset($this->css);
    6663    unset($this->defaultMenus);
    6764    parent::__destruct();
     
    110107      }
    111108    }
    112   }
    113 
    114   public function loadConfig()
    115   {
    116     parent::loadConfig();
    117   }
    118 
    119   public function initEvents()
    120   {
    121     add_event_handler('blockmanager_register_blocks', array(&$this, 'registerBlocks') );
    122109  }
    123110
Note: See TracChangeset for help on using the changeset viewer.