allow cyclical images to be set separately from stickies

This commit is contained in:
RealAngeleno 2023-08-05 15:11:21 -07:00 committed by -
parent e077b4d153
commit ea14391c24

View File

@ -1481,7 +1481,8 @@
// $config['font_awesome'] is false (default). // $config['font_awesome'] is false (default).
// $config['image_sticky'] = 'static/sticky.png'; // $config['image_sticky'] = 'static/sticky.png';
// $config['image_locked'] = 'static/locked.gif'; // $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. // 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 // This will override $config['root'] and $config['dir']['...'] directives. "%s" will get replaced with