1
0
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:
Cameron
2012-11-26 03:23:20 -08:00
parent 618722f65d
commit ec8a7195d5
14 changed files with 322 additions and 105 deletions

View File

@@ -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);
}