]> git.wh0rd.org - tt-rss.git/commitdiff
use ICONS_URL, not ICONS_DIR when generating feedlist
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 24 Jan 2008 03:52:33 +0000 (04:52 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 24 Jan 2008 03:52:33 +0000 (04:52 +0100)
functions.php

index 099da8a41bcc3bae78fc53366cd7ed19174fe29f..42c5c277caecc492318f2e43d62f229a1f6b127b 100644 (file)
                                }
        
                                printFeedEntry($feed_id, $class, $feed, $unread, 
-                                       ICONS_DIR."/$feed_id.ico", $link, $rtl_content, 
+                                       ICONS_URL."/$feed_id.ico", $link, $rtl_content, 
                                        $last_updated, $line["last_error"]);
        
                                ++$lnum;