forked from leftypol/leftypol
spoiler fix (#49)
Add spoiler and deleted image paths to instance_config
This commit is contained in:
parent
1cfe33a67f
commit
9d398254f9
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ $config['stylesheets']['Dark'] = 'dark.css';
|
|||
$config['stylesheets']['Dark Red'] = 'dark_red.css';
|
||||
$config['always_noko'] = true;
|
||||
$config['spoiler_images'] = true;
|
||||
$config['spoiler_image'] = 'static/spoiler.png';
|
||||
$config['image_deleted'] = 'static/deleted.png';
|
||||
|
||||
//more themes (issue#26)
|
||||
$config['stylesheets']['Burichan'] = 'burichan.css';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue