diff options
Diffstat (limited to '')
-rw-r--r-- | picture.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/picture.php b/picture.php index 80679b19f..0cf563bd3 100644 --- a/picture.php +++ b/picture.php @@ -599,6 +599,7 @@ else if ($page['slideshow'] and $conf['light_slideshow']) { $template->set_filenames( array('slideshow' => 'slideshow.tpl')); + $template->assign('BODY_CLASS', 'slideshow'); } else { |