summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-09 07:23:51 +0100
committerAndrew Dolgov <[email protected]>2007-03-09 07:23:51 +0100
commitcacf3f1d485d34d8b280ebb07e0fea43169ddc57 (patch)
tree296fe5ad691da5060e123f25a004923998a6a0cc /functions.php
parent072bd2ccfba3135759783ef7ff87b008e4d90f83 (diff)
remove hardcoded reference to icons/ directory (change to ICONS_DIR)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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;