diff options
author | plegall <plg@piwigo.org> | 2010-06-03 12:49:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-06-03 12:49:31 +0000 |
commit | a79d547f05218be7fcb24125b9109582da059f1b (patch) | |
tree | 22a431b0e17cd0a397f6ffae3cbbbc63e446df11 /themes/default/template | |
parent | 2a99a22130e448409e05aa58d314ce2b1ecfb7eb (diff) |
merge r6454 from branch 2.1 to trunk
feature 1712: ability to add a CSS class on body
git-svn-id: http://piwigo.org/svn/trunk@6455 68402e56-0260-453c-a942-63ccdbb3a9ee
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)} |