Issue ID 0000346:
o Fix Picture slideshow not working git-svn-id: http://piwigo.org/svn/trunk@1247 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
6a52288d62
commit
9b7af68895
1 changed files with 3 additions and 0 deletions
|
|
@ -363,11 +363,14 @@ $title = $picture['current']['name'];
|
|||
$refresh = 0;
|
||||
if ( isset( $_GET['slideshow'] ) and isset($page['next_item']) )
|
||||
{
|
||||
// $redirect_msg, $refresh, $url_link and $title are required for creating an automated
|
||||
// refresh page in header.tpl
|
||||
$refresh= $_GET['slideshow'];
|
||||
$url_link = add_url_params(
|
||||
$picture['next']['url'],
|
||||
array('slideshow'=>$refresh)
|
||||
);
|
||||
$redirect_msg = nl2br(l10n('redirect_msg'));
|
||||
}
|
||||
|
||||
$title_nb = ($page['current_rank'] + 1).'/'.$page['cat_nb_images'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue