Ignore:
Timestamp:
Jun 22, 2011, 3:51:47 PM (13 years ago)
Author:
cljosse
Message:

[extensions] set_plugins fix bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/set_plugins/main.inc.php

    r11462 r11484  
    3131     $erreur_message = "";
    3232     $infos_warning = "";
     33$liste_active_plugins;
    3334// Add an entry to the 'Plugins' menu.
    3435add_event_handler('get_admin_plugin_menu_links', array(&$set_plugins,'set_plugins_admin_menu')  );
    35 add_event_handler('loc_end_admin', array(&$set_plugins,'cl_affiche_messages_admin'));
    36 add_event_handler('loc_end_page_header',array(&$set_plugins,'set_plugins_add'));
     36add_event_handler('loc_end_admin', array(&$set_plugins,'messages_admin'),50); // affichege infos
     37
     38add_event_handler('loc_end_page_header', array(&$set_plugins,'begin_admin'),EVENT_HANDLER_PRIORITY_NEUTRAL );   
     39add_event_handler('loc_end_page_header',array(&$set_plugins,'set_plugins_add'),EVENT_HANDLER_PRIORITY_NEUTRAL+1 );     
    3740
    3841 //=======================================================
    39 
     42 
    4043?>
Note: See TracChangeset for help on using the changeset viewer.