aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-03-19 21:39:38 +0000
committernikrou <nikrou@piwigo.org>2009-03-19 21:39:38 +0000
commit462b87485cad0f30b1eaf004669dda9ae2548867 (patch)
treec385a0f762e7374cbd759b7f82a8e1c0bad78c63 /admin/template
parentc86ae74710a1f5469ef104f2fd9667c80c19f25d (diff)
merge r3216 from trunk to branch 2.0
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/branches/2.0@3217 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r--admin/template/goto/admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/admin.tpl b/admin/template/goto/admin.tpl
index 02d4f9b5f..5beb34d13 100644
--- a/admin/template/goto/admin.tpl
+++ b/admin/template/goto/admin.tpl
@@ -7,7 +7,7 @@ jQuery().ready(function(){ldelim}
jQuery('#menubar').accordion({ldelim}
header: "dt.rdion",
event: "click",
- active: {$themeconf.selected_admin_menu}
+ active: {$U_ACTIVE_MENU|default:$themeconf.selected_admin_menu}
});
});
</script>