mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
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
This commit is contained in:
@@ -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();
|
||||
|
||||
?>
|
Reference in New Issue
Block a user