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/styles/prosilver | |
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/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 5d09694346..d342fce441 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -48,7 +48,7 @@ {$STYLESHEETS} </head> -<body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> +<body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}"> <!-- EVENT overall_header_body_before --> diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 24a99154d0..f5e265ac16 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -26,7 +26,7 @@ </head> -<body id="phpbb" class="nojs {S_CONTENT_DIRECTION}"> +<body id="phpbb" class="nojs {S_CONTENT_DIRECTION} {BODY_CLASS}"> <!-- EVENT simple_header_body_before --> |