mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Changed back login_menu and online_menu mode to match v1 modes.
This commit is contained in:
@@ -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');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user