From 4e2e8f862166ee855daa5bfa42aca746a0c4bf1f Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 7 Apr 2014 08:39:03 +0200 Subject: [ticket/12369] Added ACP vars PHPBB3-12369 --- phpBB/includes/functions_acp.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/includes/functions_acp.php') diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index cb44ed2794..37abab847a 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -63,6 +63,7 @@ function adm_page_header($page_title) $template->assign_vars(array( 'PAGE_TITLE' => $page_title, 'USERNAME' => $user->data['username'], + 'BODY_CLASS' => '', 'SID' => $SID, '_SID' => $_SID, -- cgit v1.2.1