From fb94bcca0ed51c1de12bea8db7a884f003e47da0 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 6 Apr 2014 21:51:41 +0200 Subject: [PATCH] add a webm icon --- inc/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/config.php b/inc/config.php index 27c4cc61..fbf7d71b 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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';