1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

Merge pull request #2002 from prototech/ticket/12153

[ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
This commit is contained in:
Nathan Guse
2014-02-18 14:11:48 -06:00
33 changed files with 114 additions and 147 deletions

View File

@@ -1633,7 +1633,6 @@ switch ($mode)
// Generate page
$template->assign_vars(array(
'PAGE_NUMBER' => $pagination->on_page($pagination_url, $total_users, $config['topics_per_page'], $start),
'TOTAL_USERS' => $user->lang('LIST_USERS', (int) $total_users),
'PROFILE_IMG' => $user->img('icon_user_profile', $user->lang['PROFILE']),