related to #1657 added is_svg to $thumbnail template variable

This commit is contained in:
Matthieu Leproux
2022-05-17 16:54:44 +02:00
parent 0486750834
commit 62f9f5986c
+1
View File
@@ -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'])