mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
picture.php remove THUMB_SRC template assignment (pre multiple size remainings)
git-svn-id: http://piwigo.org/svn/trunk@28993 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -640,7 +640,6 @@ foreach (array('first','previous','next','last', 'current') as $which_image)
|
||||
array_merge(
|
||||
$picture[$which_image],
|
||||
array(
|
||||
'THUMB_SRC' => $picture[$which_image]['derivatives'][IMG_THUMB]->get_url(),
|
||||
// Params slideshow was transmit to navigation buttons
|
||||
'U_IMG' =>
|
||||
add_url_params(
|
||||
|
||||
Reference in New Issue
Block a user