]> git.wh0rd.org - tt-rss.git/commitdiff
remove hardcoded reference to icons/ directory (change to ICONS_DIR)
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 9 Mar 2007 06:23:51 +0000 (07:23 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 9 Mar 2007 06:23:51 +0000 (07:23 +0100)
functions.php

index ee22621ff60b38510f1234b01323dba3ff26756c..05232d513eef021077d4ba306d65eb3ec2a1672a 100644 (file)
                                }
        
                                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;