From 4c3b1face679d1ceaa0f459b85fdd5f29305373e Mon Sep 17 00:00:00 2001 From: nikrou Date: Thu, 19 Mar 2009 20:30:10 +0000 Subject: 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 --- admin/advanced_feature.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'admin/advanced_feature.php') diff --git a/admin/advanced_feature.php b/admin/advanced_feature.php index fcb265061..29c26bb98 100644 --- a/admin/advanced_feature.php +++ b/admin/advanced_feature.php @@ -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 -- cgit v1.2.3