diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-08-12 10:30:37 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-08-12 10:30:37 +0000 |
commit | 2d0d35db48b0c3aae9952e1cf805beebe222958c (patch) | |
tree | 343f1ecf29ef00e378429edec6746161a3a00765 /phpBB/viewtopic.php | |
parent | 91b91494e201ee33d06fa86bc608f6f9fc45bdaa (diff) | |
download | forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.tar forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.tar.gz forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.tar.bz2 forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.tar.xz forums-2d0d35db48b0c3aae9952e1cf805beebe222958c.zip |
populate who is online only where required
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9961 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 51a8682229..10f782089b 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1675,7 +1675,7 @@ if (empty($_REQUEST['f'])) } // Output the page -page_header($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title']); +page_header($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title'], true, $forum_id); $template->set_filenames(array( 'body' => ($view == 'print') ? 'viewtopic_print.html' : 'viewtopic_body.html') |