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

Changed back login_menu and online_menu mode to match v1 modes.

This commit is contained in:
Moc
2013-04-24 12:13:14 +02:00
parent a1a7a5e6ae
commit 976c386cf2
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ else
} else { } else {
$caption = LOGIN_MENU_L5; $caption = LOGIN_MENU_L5;
} }
$ns->tablerender($caption, $text, 'loginbox'); $ns->tablerender($caption, $text, 'login');
} }
// END NOT LOGGED CODE // END NOT LOGGED CODE
?> ?>

View File

@@ -96,6 +96,6 @@ else
$img = (is_readable(THEME.'images/online_menu.png') ? "<img src='".THEME_ABS."images/online_menu.png' alt='' />" : ''); $img = (is_readable(THEME.'images/online_menu.png') ? "<img src='".THEME_ABS."images/online_menu.png' alt='' />" : '');
$caption = $img.' '.varsettrue($menu_pref['online_caption'],LAN_ONLINE_10); $caption = $img.' '.varsettrue($menu_pref['online_caption'],LAN_ONLINE_10);
$ns->tablerender($caption, $text, 'online'); $ns->tablerender($caption, $text, 'online_extended');
?> ?>