diff options
Diffstat (limited to 'phpBB/faq.php')
-rw-r--r-- | phpBB/faq.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/faq.php b/phpBB/faq.php index 04778aa03a..6ece3354f9 100644 --- a/phpBB/faq.php +++ b/phpBB/faq.php @@ -121,14 +121,13 @@ for($i = 0; $i < count($faq_block); $i++) } } -$page_title = $l_title; -include($phpbb_root_path . 'includes/page_header.'.$phpEx); +page_header($l_title); $template->set_filenames(array( 'body' => 'faq_body.html') ); make_jumpbox('viewforum.'.$phpEx, $forum_id); -include($phpbb_root_path . 'includes/page_tail.'.$phpEx); +page_footer(); ?>
\ No newline at end of file |