From 78800912937468fc68219b0ae1190edc049282b7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Aug 2005 07:46:24 +0100 Subject: icons in feedlist --- config.php-dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index c7b3a55bd..c237d41a9 100644 --- a/config.php-dist +++ b/config.php-dist @@ -5,5 +5,9 @@ define(HEADLINES_PER_PAGE, 15); define(MIN_UPDATE_TIME, 1800); define(WEB_DEMO_MODE, false); + define(ENABLE_FEED_ICONS, true); + define(ICONS_DIR, "icons"); + define(ICONS_URL, "icons"); + ?> -- cgit v1.2.3