]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
images moved to subdirectory, updated TODO
[tt-rss.git] / backend.php
index 2f88e815e440ea41ff8799f6384590084a6de097..0105253dcb87b5b0af262b27e932c14b2b4ddff0 100644 (file)
                        $class = ($lnum % 2) ? "even" : "odd";
 
                        if ($line["last_read_ts"] < $line["updated_ts"] && $line["unread"] == "f") {
-                               $update_pic = "<img src=\"updated.png\" alt=\"Updated\">";
+                               $update_pic = "<img src=\"images/updated.png\" alt=\"Updated\">";
                        } else {
                                $update_pic = "&nbsp;";
                        }