add a webm icon

This commit is contained in:
czaks 2014-04-06 21:51:41 +02:00
parent e034b9179d
commit fb94bcca0e

View File

@ -683,6 +683,7 @@
// Thumbnail to use for the non-image file uploads.
$config['file_icons']['default'] = 'file.png';
$config['file_icons']['zip'] = 'zip.png';
$config['file_icons']['webm'] = 'video.png';
// Example: Custom thumbnail for certain file extension.
// $config['file_icons']['extension'] = 'some_file.png';