From 68dcbd31d82de112e3c827ae6871490d0f9967e9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 Jan 2008 04:52:33 +0100 Subject: [PATCH] use ICONS_URL, not ICONS_DIR when generating feedlist --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 099da8a4..42c5c277 100644 --- a/functions.php +++ b/functions.php @@ -4170,7 +4170,7 @@ } printFeedEntry($feed_id, $class, $feed, $unread, - ICONS_DIR."/$feed_id.ico", $link, $rtl_content, + ICONS_URL."/$feed_id.ico", $link, $rtl_content, $last_updated, $line["last_error"]); ++$lnum; -- 2.39.2