diff options
author | PayBas <contact@paybas.com> | 2014-04-07 08:39:03 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-04-07 08:39:03 +0200 |
commit | 4e2e8f862166ee855daa5bfa42aca746a0c4bf1f (patch) | |
tree | 25b2adbb1bde1237bb5c41dcd9e3a67d6cfc1d3c /phpBB/adm/style/overall_header.html | |
parent | 5bb0c65c2438b250c9484d25af304f0973f63b86 (diff) | |
download | forums-4e2e8f862166ee855daa5bfa42aca746a0c4bf1f.tar forums-4e2e8f862166ee855daa5bfa42aca746a0c4bf1f.tar.gz forums-4e2e8f862166ee855daa5bfa42aca746a0c4bf1f.tar.bz2 forums-4e2e8f862166ee855daa5bfa42aca746a0c4bf1f.tar.xz forums-4e2e8f862166ee855daa5bfa42aca746a0c4bf1f.zip |
[ticket/12369] Added ACP vars
PHPBB3-12369
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 |
1 files changed, 1 insertions, 1 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 --> |