mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@8218 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
48338c1f4a
commit
4fa09c6575
1 changed files with 2 additions and 0 deletions
|
@ -246,6 +246,8 @@ class acp_inactive
|
||||||
'S_SORT_DIR' => $s_sort_dir,
|
'S_SORT_DIR' => $s_sort_dir,
|
||||||
'S_ON_PAGE' => on_page($inactive_count, $config['topics_per_page'], $start),
|
'S_ON_PAGE' => on_page($inactive_count, $config['topics_per_page'], $start),
|
||||||
'PAGINATION' => generate_pagination($this->u_action . "&$u_sort_param", $inactive_count, $config['topics_per_page'], $start, true),
|
'PAGINATION' => generate_pagination($this->u_action . "&$u_sort_param", $inactive_count, $config['topics_per_page'], $start, true),
|
||||||
|
|
||||||
|
'U_ACTION' => $this->u_action,
|
||||||
));
|
));
|
||||||
|
|
||||||
$this->tpl_name = 'acp_inactive';
|
$this->tpl_name = 'acp_inactive';
|
||||||
|
|
Loading…
Add table
Reference in a new issue