1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Radio button fix and support for VIEWPORT in the admin area. More admin-menu fixes.

This commit is contained in:
Cameron
2012-11-27 02:34:02 -08:00
parent d2660e96d7
commit b5a8963f00
4 changed files with 39 additions and 17 deletions

View File

@@ -254,11 +254,12 @@ if ($action == "opt") {
}
function wmessage_adminmenu() {
global $action;
if ($action == "") {
$action = "main";
}
function wmessage_adminmenu()
{
$act = e_QUERY;
$action = vartrue($act,'main');
$var['main']['text'] = WMLAN_00;
$var['main']['link'] = e_SELF;
$var['create']['text'] = WMLAN_01;