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

feature:2635- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ASearchEngine/ase_aip.class.inc.php

    r15360 r16008  
    6363      GPCRequestBuilder::loadJSandCSS();
    6464    }
    65     add_event_handler('loc_end_page_header', array(&$this->css, 'applyCSS'));
    66     GPCCss::applyGpcCss();
     65  }
     66
     67  public function loadCSS()
     68  {
     69    global $template;
     70
     71    parent::loadCSS();
     72    GPCCore::addUI('gpcCSS');
     73    GPCCore::addHeaderCSS('ase.css', 'plugins/'.$this->getDirectory().'/'.$this->getPluginNameFiles().".css");
    6774  }
    6875
     
    138145    global $template;
    139146
    140     GPCCore::addHeaderCSS('categorySelector', 'plugins/GrumPluginClasses/css/categorySelector_'.$template->get_themeconf('name').'.css');
    141     GPCCore::addHeaderCSS('tagSelector', 'plugins/GrumPluginClasses/css/tagSelector_'.$template->get_themeconf('name').'.css');
    142 
     147    GPCCore::addUI('inputTag,categorySelector');
    143148
    144149    $template->set_filename('body_page',
Note: See TracChangeset for help on using the changeset viewer.