issue # 39 - spoiler images not working

This commit is contained in:
Barbara Pitt 2020-12-26 16:04:39 -06:00
parent 3080fdd5b2
commit a5d933bcc2

View File

@ -138,6 +138,7 @@ $config['reply_hard_limit'] = 1000;
$config['stylesheets']['Dark'] = 'dark.css'; $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;
//more themes (issue#26) //more themes (issue#26)
$config['stylesheets']['Burichan'] = 'burichan.css'; $config['stylesheets']['Burichan'] = 'burichan.css';