mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
[ticket/12369] Added ACP vars
PHPBB3-12369
This commit is contained in:
parent
5bb0c65c24
commit
4e2e8f8621
@ -110,7 +110,7 @@ function popup(url, width, height, name)
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="{S_CONTENT_DIRECTION} nojs">
|
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS} nojs">
|
||||||
|
|
||||||
<!-- EVENT acp_overall_header_body_before -->
|
<!-- EVENT acp_overall_header_body_before -->
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ function find_username(url)
|
|||||||
<!-- EVENT acp_simple_header_head_append -->
|
<!-- EVENT acp_simple_header_head_append -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="{S_CONTENT_DIRECTION}">
|
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
|
||||||
|
|
||||||
<!-- EVENT acp_simple_header_body_before -->
|
<!-- EVENT acp_simple_header_body_before -->
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@ function adm_page_header($page_title)
|
|||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'PAGE_TITLE' => $page_title,
|
'PAGE_TITLE' => $page_title,
|
||||||
'USERNAME' => $user->data['username'],
|
'USERNAME' => $user->data['username'],
|
||||||
|
'BODY_CLASS' => '',
|
||||||
|
|
||||||
'SID' => $SID,
|
'SID' => $SID,
|
||||||
'_SID' => $_SID,
|
'_SID' => $_SID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user