From 964a75ba7c57c7c59bcf013afecf638d6b85316e Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 7 Apr 2014 17:56:27 +0200 Subject: [PATCH] [ticket/12369] Removed template vars initial state PHPBB3-12369 --- phpBB/includes/functions.php | 1 - phpBB/includes/functions_acp.php | 1 - 2 files changed, 2 deletions(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 2eb471c1a8..13d05d0814 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4929,7 +4929,6 @@ function page_header($page_title = '', $display_online_list = false, $item_id = 'RECORD_USERS' => $l_online_record, 'PRIVATE_MESSAGE_COUNT' => (!empty($user->data['user_unread_privmsg'])) ? $user->data['user_unread_privmsg'] : 0, 'HIDDEN_FIELDS_FOR_JUMPBOX' => $hidden_fields_for_jumpbox, - 'BODY_CLASS' => '', 'UNREAD_NOTIFICATIONS_COUNT' => ($notifications !== false) ? $notifications['unread_count'] : '', 'NOTIFICATIONS_COUNT' => ($notifications !== false) ? $notifications['unread_count'] : '', diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index 37abab847a..cb44ed2794 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -63,7 +63,6 @@ function adm_page_header($page_title) $template->assign_vars(array( 'PAGE_TITLE' => $page_title, 'USERNAME' => $user->data['username'], - 'BODY_CLASS' => '', 'SID' => $SID, '_SID' => $_SID,