From dac0adead30ed70400a2a22f9439a8184ad479d8 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 3 May 2003 23:58:45 +0000 Subject: page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs). git-svn-id: file:///svn/phpbb/trunk@3969 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/report.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'phpBB/report.php') diff --git a/phpBB/report.php b/phpBB/report.php index c44342b831..b9f10a52ef 100644 --- a/phpBB/report.php +++ b/phpBB/report.php @@ -149,16 +149,16 @@ while ($row = $db->sql_fetchrow($result)) $template->assign_var('S_CAN_NOTIFY', ($user->data['user_id'] == ANONYMOUS) ? FALSE : TRUE); -// Start output of page -$page_title = $user->lang['REPORT_TO_ADMIN']; -include($phpbb_root_path . 'includes/page_header.' . $phpEx); - generate_forum_nav($forum_data); + +// Start output of page +page_header($user->lang['REPORT_TO_ADMIN']); + $template->set_filenames(array( 'body' => 'report_body.html') ); -include($phpbb_root_path . 'includes/page_tail.' . $phpEx); +page_tail(); ?> \ No newline at end of file -- cgit v1.2.1