icons in feedlist

This commit is contained in:
Andrew Dolgov
2005-08-25 07:46:24 +01:00
parent 79a33f8922
commit 7880091293
4 changed files with 54 additions and 2 deletions
+4
View File
@@ -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");
?>