mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 10:42:59 +02:00
related to #1657 added is_svg to $thumbnail template variable
This commit is contained in:
@@ -104,6 +104,7 @@ foreach ($pictures as $row)
|
||||
'URL' => $url,
|
||||
'DESCRIPTION' => $desc,
|
||||
'src_image' => new SrcImage($row),
|
||||
'is_svg' => ('svg' == strtolower(get_extension($row['path']))),
|
||||
) );
|
||||
|
||||
if ($conf['index_new_icon'])
|
||||
|
||||
Reference in New Issue
Block a user