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
This commit is contained in:
parent
cf5075e774
commit
cb00a22449
2 changed files with 1 additions and 2 deletions
|
@ -599,7 +599,6 @@ else
|
||||||
if ($page['slideshow'] and $conf['light_slideshow'])
|
if ($page['slideshow'] and $conf['light_slideshow'])
|
||||||
{
|
{
|
||||||
$template->set_filenames( array('slideshow' => 'slideshow.tpl'));
|
$template->set_filenames( array('slideshow' => 'slideshow.tpl'));
|
||||||
$template->assign('BODY_CLASS', 'slideshow');
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="{$BODY_ID}" {if isset($BODY_CLASS)}class="{$BODY_CLASS}"{/if}>
|
<body id="{$BODY_ID}">
|
||||||
<div id="the_page">
|
<div id="the_page">
|
||||||
|
|
||||||
{if not empty($header_msgs)}
|
{if not empty($header_msgs)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue