diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-04 15:01:35 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-04 15:01:35 +0000 |
commit | f3499d12518c38082c2ecf60958e7336195a941b (patch) | |
tree | 81bc03cd08dd1b900c35022a163b6be3f6ff00ef /phpBB/mcp.php | |
parent | 6ba50e34d60441e3eaf6c9fe1bff95a902393c84 (diff) | |
download | forums-f3499d12518c38082c2ecf60958e7336195a941b.tar forums-f3499d12518c38082c2ecf60958e7336195a941b.tar.gz forums-f3499d12518c38082c2ecf60958e7336195a941b.tar.bz2 forums-f3499d12518c38082c2ecf60958e7336195a941b.tar.xz forums-f3499d12518c38082c2ecf60958e7336195a941b.zip |
Assign page titles within the mcp
git-svn-id: file:///svn/phpbb/trunk@6008 89ea8834-ac86-4346-8a33-228a782c2dd0
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 |