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:
parent
a1a7a5e6ae
commit
976c386cf2
@ -196,7 +196,7 @@ else
|
||||
} else {
|
||||
$caption = LOGIN_MENU_L5;
|
||||
}
|
||||
$ns->tablerender($caption, $text, 'loginbox');
|
||||
$ns->tablerender($caption, $text, 'login');
|
||||
}
|
||||
// END NOT LOGGED CODE
|
||||
?>
|
@ -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');
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user