diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 807196312..3a700aa59 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -53,7 +53,7 @@ </head> -<body id="{$BODY_ID}"> +<body id="{$BODY_ID}" {if isset($BODY_CLASS)}class="{$BODY_CLASS}"{/if}> <div id="the_page"> {if not empty($header_msgs)} |