mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 15:41:26 +02:00
Fix for viewonline templates
git-svn-id: file:///svn/phpbb/trunk@179 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -137,6 +137,7 @@ switch($pagetype)
|
|||||||
$jumpbox = make_jumpbox($db);
|
$jumpbox = make_jumpbox($db);
|
||||||
$template->assign_vars(array("TOTAL_POSTS" => $total_posts,
|
$template->assign_vars(array("TOTAL_POSTS" => $total_posts,
|
||||||
"TOTAL_USERS" => $total_users,
|
"TOTAL_USERS" => $total_users,
|
||||||
|
"POST_USER_URL" => POST_USERS_URL,
|
||||||
"NEWEST_USER" => $newest_user,
|
"NEWEST_USER" => $newest_user,
|
||||||
"NEWEST_UID" => $newest_uid,
|
"NEWEST_UID" => $newest_uid,
|
||||||
"JUMPBOX_LIST" => $jumpbox,
|
"JUMPBOX_LIST" => $jumpbox,
|
||||||
|
Reference in New Issue
Block a user