From: Andrew Dolgov Date: Fri, 9 Mar 2007 06:23:51 +0000 (+0100) Subject: remove hardcoded reference to icons/ directory (change to ICONS_DIR) X-Git-Tag: 1.2.9~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cacf3f1d485d34d8b280ebb07e0fea43169ddc57;p=tt-rss.git remove hardcoded reference to icons/ directory (change to ICONS_DIR) --- diff --git a/functions.php b/functions.php index ee22621f..05232d51 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;