diff --git a/inc/config.php b/inc/config.php index 1769ed6a..09f63ca5 100644 --- a/inc/config.php +++ b/inc/config.php @@ -780,6 +780,8 @@ $config['spoiler_image'] = 'static/spoiler.png'; // Location of thumbnail to use for deleted images. // $config['image_deleted'] = 'static/deleted.png'; + // Location of placeholder image for fileless posts in catalog. + $config['no_file_image'] = 'static/no-file.png'; // When a thumbnailed image is going to be the same (in dimension), just copy the entire file and use // that as a thumbnail instead of resizing/redrawing. diff --git a/static/no-file.png b/static/no-file.png new file mode 100644 index 00000000..b4ec6736 Binary files /dev/null and b/static/no-file.png differ