1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

Fix for viewonline templates

git-svn-id: file:///svn/phpbb/trunk@179 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-04-19 06:15:40 +00:00
parent 9a2d961b4c
commit 91b23e00e7

View File

@ -137,6 +137,7 @@ switch($pagetype)
$jumpbox = make_jumpbox($db);
$template->assign_vars(array("TOTAL_POSTS" => $total_posts,
"TOTAL_USERS" => $total_users,
"POST_USER_URL" => POST_USERS_URL,
"NEWEST_USER" => $newest_user,
"NEWEST_UID" => $newest_uid,
"JUMPBOX_LIST" => $jumpbox,