add MultiView controller on admin page (replaces the "switch theme" button)

git-svn-id: http://piwigo.org/svn/trunk@29168 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-08-04 21:07:41 +00:00
parent 5c5490e03e
commit 3766aa9935
8 changed files with 300 additions and 3 deletions
+1
View File
@@ -38,6 +38,7 @@ if (!defined('IN_ADMIN'))
}
else
{
add_event_handler('loc_begin_page_header', 'admintools_add_admin_controller');
add_event_handler('get_admin_plugin_menu_links', 'admintools_admin_link');
}