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:
Paul S. Owen 2001-10-10 23:39:40 +00:00
parent f06057e929
commit 06889f19fb

View file

@ -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);
//