From ea14391c24257ee95397ae1c13336e9408082e7e Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Sat, 5 Aug 2023 15:11:21 -0700 Subject: [PATCH] allow cyclical images to be set separately from stickies --- inc/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 5c5c2e50..b47450d1 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1481,7 +1481,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