diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-08 20:57:06 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-08 20:57:06 +0200 |
commit | 0e3e715a48f99745eab30683b27e953dac07626c (patch) | |
tree | 692746e681d8effbec7856784419ffaca3dcd67e /phpBB/adm | |
parent | e11d833dcd2beee57a4c2411b6b08aad564a21d7 (diff) | |
parent | 4cd6317d412bd002a4c213be4ba74018d612d446 (diff) | |
download | forums-0e3e715a48f99745eab30683b27e953dac07626c.tar forums-0e3e715a48f99745eab30683b27e953dac07626c.tar.gz forums-0e3e715a48f99745eab30683b27e953dac07626c.tar.bz2 forums-0e3e715a48f99745eab30683b27e953dac07626c.tar.xz forums-0e3e715a48f99745eab30683b27e953dac07626c.zip |
Merge remote-tracking branch 'paybas/ticket/12369' into develop-ascraeus
* paybas/ticket/12369:
[ticket/12369] White-space cleanup
[ticket/12369] Removed template vars initial state
[ticket/12369] Added ACP vars
[ticket/12369] Add template var {BODY_CLASS} to HTML body
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/simple_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 7e7f0cecee..f5d0fda88a 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -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 --> diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 770b7da8a6..fd5145f0d5 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -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 --> |