aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-06-03 12:49:31 +0000
committerplegall <plg@piwigo.org>2010-06-03 12:49:31 +0000
commita79d547f05218be7fcb24125b9109582da059f1b (patch)
tree22a431b0e17cd0a397f6ffae3cbbbc63e446df11 /picture.php
parent2a99a22130e448409e05aa58d314ce2b1ecfb7eb (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 'picture.php')
-rw-r--r--picture.php1
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
{