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

feature:2641- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lmt/lmt_aip.class.inc.php

    r15382 r16014  
    7070      GPCRequestBuilder::loadJSandCSS();
    7171    }
    72 
    73     add_event_handler('loc_end_page_header', array(&$this->css, 'applyCSS'));
    74     add_event_handler('loc_end_page_header', array(&$this->css_icn, 'applyCSS'));
    75 
    76     GPCCss::applyGpcCss();
    77   }
     72  }
     73
    7874
    7975  /*
     
    8581
    8682    $template->set_filename('plugin_admin_content', dirname(__FILE__)."/admin/lmt_admin.tpl");
     83    GPCCore::setTemplateToken();
    8784
    8885    if(!isset($_GET['tab'])) $_GET['tab']='list';
Note: See TracChangeset for help on using the changeset viewer.