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

feature:2636- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/astat_aip.class.inc.php

    r15342 r16009  
    6060  }
    6161
    62   /*
    63     initialize events call for the plugin
    64   */
    65   function initEvents()
    66   {
    67     add_event_handler('loc_end_page_header', array(&$this, 'applyCSS'));
    68   }
    69 
    70 
    7162
    7263  /* ---------------------------------------------------------------------------
    7364  Public classe functions
    7465  --------------------------------------------------------------------------- */
    75 
    76   public function applyCSS()
    77   {
    78     GPCCore::addHeaderCSS(basename(dirname($this->getPluginNameFiles())), PHPWG_ROOT_PATH.PWG_LOCAL_DIR.'css/'.$this->getPluginNameFiles().".css");
    79   }
    8066
    8167
Note: See TracChangeset for help on using the changeset viewer.