mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Tweak - $forum_id not needed for the make_jumpbox() func on this page
git-svn-id: file:///svn/phpbb/trunk@5344 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7a354f9858
commit
791b1bbe73
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ page_header($l_title);
|
||||||
$template->set_filenames(array(
|
$template->set_filenames(array(
|
||||||
'body' => 'faq_body.html')
|
'body' => 'faq_body.html')
|
||||||
);
|
);
|
||||||
make_jumpbox('viewforum.'.$phpEx, $forum_id);
|
make_jumpbox('viewforum.'.$phpEx);
|
||||||
|
|
||||||
page_footer();
|
page_footer();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue