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