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:
Tom Beddard 2005-12-17 12:20:03 +00:00
parent 7a354f9858
commit 791b1bbe73

View file

@ -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();