From 06889f19fbfb5dd2b538b2059716afb54c7f7625 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 10 Oct 2001 23:39:40 +0000 Subject: 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 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') 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); // -- cgit v1.2.1