diff options
author | PayBas <contact@paybas.com> | 2014-04-07 08:16:39 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-04-07 08:16:39 +0200 |
commit | 5bb0c65c2438b250c9484d25af304f0973f63b86 (patch) | |
tree | fe514e92759cac9855fd0c690cc89b7285bdc22d /phpBB/styles/subsilver2/template/simple_header.html | |
parent | f0176b53934e78b830b890ef46c1e8e7c233bee4 (diff) | |
download | forums-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/simple_header.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/simple_header.html b/phpBB/styles/subsilver2/template/simple_header.html index 85528e6769..37a33415e9 100644 --- a/phpBB/styles/subsilver2/template/simple_header.html +++ b/phpBB/styles/subsilver2/template/simple_header.html @@ -11,7 +11,7 @@ <link rel="stylesheet" href="{T_STYLESHEET_LANG_LINK}" type="text/css" /> </head> -<body class="{S_CONTENT_DIRECTION}"> +<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}"> <!-- EVENT simple_header_body_before --> <a name="top"></a> <div id="wrapcentre"> |