mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
feature_948_accordion feature 948 : fix problem with incorrect submenu open in admin use a new variable (U_ACTIVE_MENU) and use default position defined in selected_admin_menu if not exists
git-svn-id: http://piwigo.org/svn/trunk@3216 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -92,7 +92,8 @@ $start_url = get_root_url().'admin.php?page=advanced_feature&action=';
|
||||
$template->assign(
|
||||
array
|
||||
(
|
||||
'U_HELP' => get_root_url().'popuphelp.php?page=advanced_feature'
|
||||
'U_HELP' => get_root_url().'popuphelp.php?page=advanced_feature',
|
||||
'U_ACTIVE_MENU' => 5
|
||||
));
|
||||
|
||||
// advanced_features
|
||||
|
||||
Reference in New Issue
Block a user