Browse Source

spoiler fix (#49)

Add spoiler and deleted image paths to instance_config
pull/40/head
Barbara-Pitt 3 years ago
committed by GitHub
parent
commit
379de3ca6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      inc/instance-config.php

2
inc/instance-config.php

@ -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…
Cancel
Save