mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
PHPBB3-16899
This commit is contained in:
parent
afbf7aadd2
commit
6218c2e120
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue