mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
PHPBB3-16899
This commit is contained in:
@@ -116,8 +116,8 @@ class acp_icons
|
|||||||
|
|
||||||
$_images[$path . $img]['file'] = $path . $img;
|
$_images[$path . $img]['file'] = $path . $img;
|
||||||
|
|
||||||
$_images[$path . $img]['width'] = $img_size ? $img_size[0] : '';
|
$_images[$path . $img]['width'] = $img_size ? $img_size[0] : 127;
|
||||||
$_images[$path . $img]['height'] = $img_size ? $img_size[1] : '';
|
$_images[$path . $img]['height'] = $img_size ? $img_size[1] : 127;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
unset($imglist);
|
unset($imglist);
|
||||||
|
Reference in New Issue
Block a user