mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Add page title to initial "summary" page of groupcp.php [Bug #125]
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5207 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ab85a67029
commit
03e90697a3
1 changed files with 1 additions and 0 deletions
|
@ -1218,6 +1218,7 @@ else
|
|||
//
|
||||
// Load and process templates
|
||||
//
|
||||
$page_title = $lang['Group_Control_Panel'];
|
||||
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
|
||||
|
||||
$template->set_filenames(array(
|
||||
|
|
Loading…
Add table
Reference in a new issue