diff options
| author | PayBas <contact@paybas.com> | 2014-04-07 17:56:27 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-04-07 17:56:27 +0200 |
| commit | 964a75ba7c57c7c59bcf013afecf638d6b85316e (patch) | |
| tree | 44e0f6a1c536f2e1de0962593ca0ba338e14b172 /phpBB/includes/functions.php | |
| parent | 4e2e8f862166ee855daa5bfa42aca746a0c4bf1f (diff) | |
| download | forums-964a75ba7c57c7c59bcf013afecf638d6b85316e.tar forums-964a75ba7c57c7c59bcf013afecf638d6b85316e.tar.gz forums-964a75ba7c57c7c59bcf013afecf638d6b85316e.tar.bz2 forums-964a75ba7c57c7c59bcf013afecf638d6b85316e.tar.xz forums-964a75ba7c57c7c59bcf013afecf638d6b85316e.zip | |
[ticket/12369] Removed template vars initial state
PHPBB3-12369
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 0 insertions, 1 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'] : '', |
