aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--picture.php1
-rw-r--r--themes/default/template/header.tpl2
2 files changed, 2 insertions, 1 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
{
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl
index 807196312..3a700aa59 100644
--- a/themes/default/template/header.tpl
+++ b/themes/default/template/header.tpl
@@ -53,7 +53,7 @@
</head>
-<body id="{$BODY_ID}">
+<body id="{$BODY_ID}" {if isset($BODY_CLASS)}class="{$BODY_CLASS}"{/if}>
<div id="the_page">
{if not empty($header_msgs)}