mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
Change to jumpbox creation
git-svn-id: file:///svn/phpbb/trunk@47 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -29,8 +29,12 @@ switch($pagetype)
|
|||||||
$template->pparse("output", "footer");
|
$template->pparse("output", "footer");
|
||||||
break;
|
break;
|
||||||
case 'viewforum':
|
case 'viewforum':
|
||||||
$jump_box = make_jumpbox($db, $phpEx);
|
$jumpbox = make_jumpbox($db);
|
||||||
$template->set_var(array("JUMPBOX" => $jump_box));
|
$template->set_var(array("PHPEX" => $phpEx,
|
||||||
|
"FORUM_ID" => $forum_id,
|
||||||
|
"SELECT_NAME" => "forum_id",
|
||||||
|
"JUMPBOX_ACTION" => "viewforum.".$phpEx,
|
||||||
|
"JUMPBOX_LIST" => $jumpbox));
|
||||||
$template->pparse("output", "footer");
|
$template->pparse("output", "footer");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user