aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-12 10:30:37 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-12 10:30:37 +0000
commit2d0d35db48b0c3aae9952e1cf805beebe222958c (patch)
tree343f1ecf29ef00e378429edec6746161a3a00765 /phpBB/posting.php
parent91b91494e201ee33d06fa86bc608f6f9fc45bdaa (diff)
downloadforums-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/posting.php')
-rw-r--r--phpBB/posting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index bea534c5dd..a175ebba51 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1492,7 +1492,7 @@ $allowed = ($auth->acl_get('f_attach', $forum_id) && $auth->acl_get('u_attach')
posting_gen_attachment_entry($attachment_data, $filename_data, $allowed);
// Output page ...
-page_header($page_title);
+page_header($page_title, false);
$template->set_filenames(array(
'body' => 'posting_body.html')
@@ -1520,7 +1520,7 @@ function upload_popup($forum_style = 0)
($forum_style) ? $user->setup('posting', $forum_style) : $user->setup('posting');
- page_header($user->lang['PROGRESS_BAR']);
+ page_header($user->lang['PROGRESS_BAR'], false);
$template->set_filenames(array(
'popup' => 'posting_progress_bar.html')