diff --git a/library/includes/page_header.php b/library/includes/page_header.php index e153030f8..d38c31a0d 100644 --- a/library/includes/page_header.php +++ b/library/includes/page_header.php @@ -44,7 +44,6 @@ if ($bb_cfg['show_online_userlist_index']) { ${$online_list} = CACHE('bb_cache')->get($online_list); } - $template->assign_var('SHOW_ONLINE_LIST'); $template->assign_vars(array( 'TOTAL_USERS_ONLINE' => ${$online_list}['stat'], 'LOGGED_IN_USER_LIST' => ${$online_list}['userlist'], diff --git a/styles/templates/default/index.tpl b/styles/templates/default/index.tpl index 090a27a26..6c4592f11 100644 --- a/styles/templates/default/index.tpl +++ b/styles/templates/default/index.tpl @@ -201,7 +201,7 @@
{TOTAL_USERS_ONLINE} {USERS_ONLINE_COUNTS}
{RECORD_USERS}
- +{LOGGED_IN_USER_LIST}
-