Browse Source

Merge pull request #40 from Barbara-Pitt/config

issue # 39 - spoiler images not working
pull/107/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
7e661c79dd
  1. 1
      inc/instance-config.php

1
inc/instance-config.php

@ -138,6 +138,7 @@ $config['reply_hard_limit'] = 1000;
$config['stylesheets']['Dark'] = 'dark.css';
$config['stylesheets']['Dark Red'] = 'dark_red.css';
$config['always_noko'] = true;
$config['spoiler_images'] = true;
//more themes (issue#26)
$config['stylesheets']['Burichan'] = 'burichan.css';

Loading…
Cancel
Save