Merge branch 'master' of github.com:vichan-devel/Tinyboard into br-integration

This commit is contained in:
czaks 2014-04-19 00:24:52 +02:00
commit bfc4df8276
106 changed files with 36269 additions and 10914 deletions

View file

@ -23,6 +23,7 @@
*
*/
defined('TINYBOARD') or exit;
/*
* =======================
@ -682,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';