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

feature:2640- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Histogram/hgram_aip.class.inc.php

    r15346 r16013  
    5959      GPCRequestBuilder::loadJSandCSS();
    6060    }
    61     add_event_handler('loc_end_page_header', array(&$this->css, 'applyCSS'));
    62     GPCCss::applyGpcCss();
     61  }
     62
     63  public function loadCSS()
     64  {
     65    parent::loadCSS();
     66    GPCCore::addUI('gpcCSS');
    6367  }
    6468
Note: See TracChangeset for help on using the changeset viewer.