diff options
author | rvelices <rv-github@modusoptimus.com> | 2014-07-07 20:44:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2014-07-07 20:44:35 +0000 |
commit | 5dac760ce7bb460b0e1877de6686cf8c7c5f4cb6 (patch) | |
tree | ae9aa9b37b9e9b582e4f3b9b161cd344e473919f | |
parent | d1811010858cb87f179203c0ede5c91f8e867d8b (diff) |
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
-rw-r--r-- | picture.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/picture.php b/picture.php index aaefcaa3e..a0eadf3e8 100644 --- a/picture.php +++ b/picture.php @@ -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( |