Browse Source

Fix previous commit which overwrote some things

pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
6885c19778
  1. 3
      inc/instance-config.php

3
inc/instance-config.php

@ -283,6 +283,9 @@ $config['stylesheets']['Dark Red'] = 'dark_red.css';
$config['always_noko'] = true;
$config['spoiler_images'] = true;
//Changes made by Coma
$config['markup_code'] = ("/\[code\](.*?)\[\/code\]/is");
//more themes (issue#26)
$config['stylesheets']['Burichan'] = 'burichan.css';
$config['stylesheets']['Futaba'] = 'futaba.css';

Loading…
Cancel
Save