Changeset 16013 for extensions/Histogram/hgram_aip.class.inc.php
- Timestamp:
- Jun 24, 2012, 9:18:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Histogram/hgram_aip.class.inc.php
r15346 r16013 59 59 GPCRequestBuilder::loadJSandCSS(); 60 60 } 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'); 63 67 } 64 68
Note: See TracChangeset
for help on using the changeset viewer.