diff options
Diffstat (limited to 'phpBB/mcp.php')
| -rw-r--r-- | phpBB/mcp.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index e6520797a1..d8450a4470 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -214,13 +214,8 @@ $module->load_active(); $module->assign_tpl_vars("mcp.$phpEx$SID"); // Generate the page -page_header($user->lang['MCP_MAIN']); +$module->display($module->get_page_title()); -$template->set_filenames(array( - 'body' => $module->get_tpl_name()) -); - -page_footer(); /** * Functions used to generate additional URL paramters |
