aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/overall_header.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-07 08:16:39 +0200
committerPayBas <contact@paybas.com>2014-04-07 08:16:39 +0200
commit5bb0c65c2438b250c9484d25af304f0973f63b86 (patch)
treefe514e92759cac9855fd0c690cc89b7285bdc22d /phpBB/styles/subsilver2/template/overall_header.html
parentf0176b53934e78b830b890ef46c1e8e7c233bee4 (diff)
downloadforums-5bb0c65c2438b250c9484d25af304f0973f63b86.tar
forums-5bb0c65c2438b250c9484d25af304f0973f63b86.tar.gz
forums-5bb0c65c2438b250c9484d25af304f0973f63b86.tar.bz2
forums-5bb0c65c2438b250c9484d25af304f0973f63b86.tar.xz
forums-5bb0c65c2438b250c9484d25af304f0973f63b86.zip
[ticket/12369] Add template var {BODY_CLASS} to HTML body
http://tracker.phpbb.com/browse/PHPBB3-12369 PHPBB3-12369
Diffstat (limited to 'phpBB/styles/subsilver2/template/overall_header.html')
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index 0882f5c97d..0d3e727ecd 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -132,7 +132,7 @@ function marklist(id, name, state)
{$STYLESHEETS}
</head>
-<body class="{S_CONTENT_DIRECTION}">
+<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
<!-- EVENT overall_header_body_before -->