mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
Fix for viewonline templates
git-svn-id: file:///svn/phpbb/trunk@179 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9a2d961b4c
commit
91b23e00e7
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue