mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
parent
02e1679f29
commit
6378c43ef7
3 changed files with 6 additions and 1 deletions
|
@ -44,6 +44,7 @@ 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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue