From cacf3f1d485d34d8b280ebb07e0fea43169ddc57 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Mar 2007 07:23:51 +0100 Subject: remove hardcoded reference to icons/ directory (change to ICONS_DIR) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index ee22621ff..05232d513 100644 --- a/functions.php +++ b/functions.php @@ -3082,7 +3082,7 @@ } printFeedEntry($feed_id, $class, $feed, $unread, - "icons/$feed_id.ico", $link, $rtl_content, + ICONS_DIR."$feed_id.ico", $link, $rtl_content, $last_updated, $line["last_error"]); ++$lnum; -- cgit v1.2.3