diff options
Diffstat (limited to '')
-rw-r--r-- | picture.php | 1 |
1 files changed, 0 insertions, 1 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 { |