1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01: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 {
$caption = LOGIN_MENU_L5;
}
$ns->tablerender($caption, $text, 'loginbox');
$ns->tablerender($caption, $text, 'login');
}
// 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='' />" : '');
$caption = $img.' '.varsettrue($menu_pref['online_caption'],LAN_ONLINE_10);
$ns->tablerender($caption, $text, 'online');
$ns->tablerender($caption, $text, 'online_extended');
?>