diff options
Diffstat (limited to '')
-rw-r--r-- | picture.php | 1 | ||||
-rw-r--r-- | themes/default/template/header.tpl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/picture.php b/picture.php index 0cf563bd3..80679b19f 100644 --- a/picture.php +++ b/picture.php @@ -599,7 +599,6 @@ else if ($page['slideshow'] and $conf['light_slideshow']) { $template->set_filenames( array('slideshow' => 'slideshow.tpl')); - $template->assign('BODY_CLASS', 'slideshow'); } else { diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 3a700aa59..807196312 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -53,7 +53,7 @@ </head> -<body id="{$BODY_ID}" {if isset($BODY_CLASS)}class="{$BODY_CLASS}"{/if}> +<body id="{$BODY_ID}"> <div id="the_page"> {if not empty($header_msgs)} |