mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Admin area GUI tweaks
This commit is contained in:
@@ -81,6 +81,8 @@ require_once("footer.php");
|
||||
function theme_adminmenu()
|
||||
{
|
||||
global $mode;
|
||||
$mode = e_QUERY;
|
||||
|
||||
$e107 = &e107::getInstance();
|
||||
|
||||
$var['main']['text'] = TPVLAN_33;
|
||||
@@ -98,7 +100,7 @@ function theme_adminmenu()
|
||||
$selected = (e_QUERY) ? e_QUERY : "main";
|
||||
|
||||
|
||||
e_admin_menu(TPVLAN_26, $mode, $var);
|
||||
e_admin_menu(TPVLAN_26, $selected, $var);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user