Fix previous commit which overwrote some things
This commit is contained in:
parent
4dff5208fc
commit
6885c19778
|
@ -283,6 +283,9 @@ $config['stylesheets']['Dark Red'] = 'dark_red.css';
|
||||||
$config['always_noko'] = true;
|
$config['always_noko'] = true;
|
||||||
$config['spoiler_images'] = true;
|
$config['spoiler_images'] = true;
|
||||||
|
|
||||||
|
//Changes made by Coma
|
||||||
|
$config['markup_code'] = ("/\[code\](.*?)\[\/code\]/is");
|
||||||
|
|
||||||
//more themes (issue#26)
|
//more themes (issue#26)
|
||||||
$config['stylesheets']['Burichan'] = 'burichan.css';
|
$config['stylesheets']['Burichan'] = 'burichan.css';
|
||||||
$config['stylesheets']['Futaba'] = 'futaba.css';
|
$config['stylesheets']['Futaba'] = 'futaba.css';
|
||||||
|
|
Loading…
Reference in New Issue