Changeset 11484 for extensions/set_plugins/main.inc.php
- Timestamp:
- 06/22/11 15:51:47 (2 years ago)
- Files:
-
- 1 modified
-
extensions/set_plugins/main.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/set_plugins/main.inc.php
r11462 r11484 31 31 $erreur_message = ""; 32 32 $infos_warning = ""; 33 $liste_active_plugins; 33 34 // Add an entry to the 'Plugins' menu. 34 35 add_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')); 36 add_event_handler('loc_end_admin', array(&$set_plugins,'messages_admin'),50); // affichege infos 37 38 add_event_handler('loc_end_page_header', array(&$set_plugins,'begin_admin'),EVENT_HANDLER_PRIORITY_NEUTRAL ); 39 add_event_handler('loc_end_page_header',array(&$set_plugins,'set_plugins_add'),EVENT_HANDLER_PRIORITY_NEUTRAL+1 ); 37 40 38 41 //======================================================= 39 42 40 43 ?>
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)