diff options
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 23d5b15367..1ad3c7cd96 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -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); // |