mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12369] Added ACP vars
PHPBB3-12369
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
@@ -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 -->
|
||||
|
||||
|
Reference in New Issue
Block a user