mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
allow cyclical images to be set separately from stickies
This commit is contained in:
parent
285bb035da
commit
4a151acb18
@ -1318,7 +1318,8 @@
|
||||
// $config['font_awesome'] is false (default).
|
||||
// $config['image_sticky'] = 'static/sticky.png';
|
||||
// $config['image_locked'] = 'static/locked.gif';
|
||||
// $config['image_bumplocked'] = 'static/sage.png'.
|
||||
// $config['image_bumplocked'] = 'static/sage.png';
|
||||
// $config['image_cyclical'] = 'static/cycle.png';
|
||||
|
||||
// If you want to put images and other dynamic-static stuff on another (preferably cookieless) domain.
|
||||
// This will override $config['root'] and $config['dir']['...'] directives. "%s" will get replaced with
|
||||
|
Loading…
Reference in New Issue
Block a user