mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
- small js fixes on index/picture
- i.php does not use derivatives.dat file anymore (obsolete file) - better selection of derivatives in picture.php - larger sharpen real range in image.class.php git-svn-id: http://piwigo.org/svn/trunk@13736 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -172,6 +172,8 @@ function default_picture_content($content, $element_info)
|
||||
{
|
||||
if ($type==IMG_SQUARE || $type==IMG_THUMB)
|
||||
continue;
|
||||
if (!array_key_exists($type, ImageStdParams::get_defined_type_map()))
|
||||
continue;
|
||||
$url = $derivative->get_url();
|
||||
if (isset($added[$url]))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user