diff --git a/include/category_default.inc.php b/include/category_default.inc.php index 0cf5a5573..3bf48cce4 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -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'])