spoiler fix (#49)

Add spoiler and deleted image paths to instance_config
This commit is contained in:
Barbara-Pitt 2020-12-27 17:06:07 -06:00 committed by GitHub
parent 804046d1ad
commit 379de3ca6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ $config['stylesheets']['Dark'] = 'dark.css';
$config['stylesheets']['Dark Red'] = 'dark_red.css'; $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['image_deleted'] = 'static/deleted.png';
//more themes (issue#26) //more themes (issue#26)
$config['stylesheets']['Burichan'] = 'burichan.css'; $config['stylesheets']['Burichan'] = 'burichan.css';