mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Assign page titles within the mcp
git-svn-id: file:///svn/phpbb/trunk@6008 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user