1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 20:41:29 +00:00

remove hardcoded reference to icons/ directory (change to ICONS_DIR)

This commit is contained in:
Andrew Dolgov
2007-03-09 07:23:51 +01:00
parent 072bd2ccfb
commit cacf3f1d48

View File

@@ -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;