Changeset 1247 for trunk/picture.php


Ignore:
Timestamp:
Apr 21, 2006, 11:09:47 PM (18 years ago)
Author:
rub
Message:

Issue ID 0000346:

o Fix Picture slideshow not working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r1135 r1247  
    364364if ( isset( $_GET['slideshow'] ) and isset($page['next_item']) )
    365365{
     366  // $redirect_msg, $refresh, $url_link and $title are required for creating an automated
     367  // refresh page in header.tpl
    366368  $refresh= $_GET['slideshow'];
    367369  $url_link = add_url_params(
     
    369371      array('slideshow'=>$refresh)
    370372    );
     373  $redirect_msg = nl2br(l10n('redirect_msg'));
    371374}
    372375
Note: See TracChangeset for help on using the changeset viewer.