forked from leftypol/leftypol
commit
bde8b2980c
4 changed files with 6 additions and 8 deletions
|
@ -794,9 +794,9 @@
|
|||
// Location of above images.
|
||||
$config['file_thumb'] = 'static/%s';
|
||||
// Location of thumbnail to use for spoiler images.
|
||||
$config['spoiler_image'] = '/static/spoiler.png';
|
||||
$config['spoiler_image'] = 'static/spoiler.png';
|
||||
// Location of thumbnail to use for deleted images.
|
||||
$config['image_deleted'] = '/static/deleted.png';
|
||||
$config['image_deleted'] = 'static/deleted.png';
|
||||
|
||||
// When a thumbnailed image is going to be the same (in dimension), just copy the entire file and use
|
||||
// that as a thumbnail instead of resizing/redrawing.
|
||||
|
|
|
@ -266,8 +266,6 @@ $config['stylesheets']['Dark'] = 'dark.css';
|
|||
$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…
Add table
Add a link
Reference in a new issue