1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

[ticket/12369] Added ACP vars

PHPBB3-12369
This commit is contained in:
PayBas 2014-04-07 08:39:03 +02:00
parent 5bb0c65c24
commit 4e2e8f8621
3 changed files with 3 additions and 2 deletions

View File

@ -110,7 +110,7 @@ function popup(url, width, height, name)
</head>
<body class="{S_CONTENT_DIRECTION} nojs">
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS} nojs">
<!-- EVENT acp_overall_header_body_before -->

View File

@ -104,7 +104,7 @@ function find_username(url)
<!-- EVENT acp_simple_header_head_append -->
</head>
<body class="{S_CONTENT_DIRECTION}">
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
<!-- EVENT acp_simple_header_body_before -->

View File

@ -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,