spoiler fix (#49)
Add spoiler and deleted image paths to instance_config
This commit is contained in:
parent
804046d1ad
commit
379de3ca6e
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue