1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 21:24:03 +02:00

[ticket/12369] Add template var {BODY_CLASS} to HTML body

http://tracker.phpbb.com/browse/PHPBB3-12369

PHPBB3-12369
This commit is contained in:
PayBas
2014-04-07 08:16:39 +02:00
parent f0176b5393
commit 5bb0c65c24
5 changed files with 6 additions and 5 deletions

View File

@@ -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 -->

View File

@@ -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 -->