1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

Merge remote-tracking branch 'geetakshi/ticket/11360' into develop-ascraeus

* geetakshi/ticket/11360:
  [ticket/11360] Updating default value of $display_online_list
  [ticket/11360] Avoiding online list where not required
  [ticket/11360] Change second parameter in page_header function
This commit is contained in:
Joas Schilling
2014-03-28 17:07:16 +01:00
9 changed files with 16 additions and 16 deletions

View File

@@ -1623,7 +1623,7 @@ switch ($mode)
}
// Output the page
page_header($page_title, false);
page_header($page_title);
$template->set_filenames(array(
'body' => $template_html)