Browse Source

fixing 'image deleted'

pull/40/head
Barbara Pitt 3 years ago
parent
commit
464bbd6ac3
  1. 1
      inc/instance-config.php

1
inc/instance-config.php

@ -140,6 +140,7 @@ $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