mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
allow cyclical images to be set independently of stickies
This commit is contained in:
parent
ea08c250fa
commit
4d3ca11b91
@ -207,6 +207,8 @@ function loadConfig() {
|
||||
$config['image_bumplocked'] = $config['dir']['static'] . 'sage.gif';
|
||||
if (!isset($config['image_deleted']))
|
||||
$config['image_deleted'] = $config['dir']['static'] . 'deleted.png';
|
||||
if (!isset($config['image_cyclical']))
|
||||
$config['image_cyclical'] = $config['dir']['static'] . 'cycle.png';
|
||||
|
||||
if (isset($board)) {
|
||||
if (!isset($config['uri_thumb']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user