mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 13:21:43 +02:00
feature 1712: ability to add a CSS class on body
git-svn-id: http://piwigo.org/svn/branches/2.1@6454 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user