mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Mental note - don't make mental notes, you forget them ... fixed lack of forum name appearing in title
git-svn-id: file:///svn/phpbb/trunk@1162 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f06057e929
commit
06889f19fb
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ else
|
|||
//
|
||||
// Dump out the page header and load viewforum template
|
||||
//
|
||||
$page_title = $lang['View_forum'] . " - $forum_name";
|
||||
$page_title = $lang['View_forum'] . " - " . $forum_row['forum_name'];
|
||||
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue