aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-06-03 18:59:29 +0000
committerplegall <plg@piwigo.org>2010-06-03 18:59:29 +0000
commitcb00a22449e6f83c58da275dfcc5984b6100b964 (patch)
treea860fcdbeadefcaec8d3dc2c59215d1751455784 /picture.php
parentcf5075e774b87b8b5e2419e1cf567cb838580afd (diff)
feture 1712 : backmerge r6454, useless feature. It can be done another way
without changing core code. git-svn-id: http://piwigo.org/svn/branches/2.1@6460 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php1
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
{