aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-03-19 20:30:10 +0000
committernikrou <nikrou@piwigo.org>2009-03-19 20:30:10 +0000
commit4c3b1face679d1ceaa0f459b85fdd5f29305373e (patch)
tree114eb64fd33dce813d8ac81df69ae669de94c53f /admin/template
parent2b9d21eb78fcd6a2d3e422021bad3c2141a17b0b (diff)
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
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 9c21bc4b2..c2a454f88 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>