fixing 'image deleted'

This commit is contained in:
Barbara Pitt 2020-12-27 17:01:37 -06:00
parent 46a9a245bc
commit 464bbd6ac3
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ $config['stylesheets']['Dark Red'] = 'dark_red.css';
$config['always_noko'] = true; $config['always_noko'] = true;
$config['spoiler_images'] = true; $config['spoiler_images'] = true;
$config['spoiler_image'] = 'static/spoiler.png'; $config['spoiler_image'] = 'static/spoiler.png';
$config['image_deleted'] = 'static/deleted.png';
//more themes (issue#26) //more themes (issue#26)
$config['stylesheets']['Burichan'] = 'burichan.css'; $config['stylesheets']['Burichan'] = 'burichan.css';