1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11360] Change second parameter in page_header function

PHPBB3-11360
This commit is contained in:
geetakshi
2014-03-19 19:55:55 +05:30
parent 1af7697143
commit 18bed2ea47
10 changed files with 17 additions and 17 deletions

View File

@@ -128,7 +128,7 @@ switch ($mode)
);
// Disable online list
page_header($user->lang[$title], false);
page_header($user->lang[$title]);
$template->assign_vars(array(
'S_AGREEMENT' => true,