summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 07:46:24 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 07:46:24 +0100
commit78800912937468fc68219b0ae1190edc049282b7 (patch)
treeb48bf3e60375a8afc8df5980462a6ef0931be695 /config.php-dist
parent79a33f8922bf86c34bcc6a04bbfc917f4eba9653 (diff)
icons in feedlist
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 4 insertions, 0 deletions
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");
+
?>