diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-03-09 07:23:51 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-03-09 07:23:51 +0100 |
| commit | cacf3f1d485d34d8b280ebb07e0fea43169ddc57 (patch) | |
| tree | 296fe5ad691da5060e123f25a004923998a6a0cc | |
| parent | 072bd2ccfba3135759783ef7ff87b008e4d90f83 (diff) | |
remove hardcoded reference to icons/ directory (change to ICONS_DIR)
| -rw-r--r-- | functions.php | 2 |
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; |