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

feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/gpc_aip.class.inc.php

    r5550 r16012  
    3535                          '');
    3636  }
    37 
    38   public function __destruct()
    39   {
    40     parent::__destruct();
    41   }
    42 
    43   /*
    44     initialize events call for the plugin
    45   */
    46   function initEvents()
    47   {
    48     add_event_handler('loc_end_page_header', array(&$this->css, 'applyCSS'));
    49   }
    50 
    5137
    5238  /* ---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.