diff options
Diffstat (limited to 'phpBB/ucp.php')
| -rwxr-xr-x | phpBB/ucp.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php index e03818f12b..476fd8f55b 100755 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -296,13 +296,12 @@ $db->sql_freeresult($result); // Output the page -$page_title = $user->lang['User_control_panel'] . ' - ' . $this_section; -include($phpbb_root_path . 'includes/page_header.'.$phpEx); +page_header($user->lang['UCP'] . ' - ' . $this_section); $template->set_filenames(array( 'body' => 'usercp_main.html') ); -include($phpbb_root_path . 'includes/page_tail.'.$phpEx); +page_footer(); ?>
\ No newline at end of file |
