Browse Source

allow cyclical images to be set separately from stickies

main
RealAngeleno 9 months ago
committed by -
parent
commit
ea14391c24
  1. 3
      inc/config.php

3
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

Loading…
Cancel
Save