mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02: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:
@@ -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);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user