1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

images moved to subdirectory, updated TODO

This commit is contained in:
Andrew Dolgov
2005-08-25 11:28:54 +01:00
parent 899244ef4d
commit e695fdc83e
8 changed files with 26 additions and 8 deletions

View File

@@ -254,7 +254,7 @@
$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;";
}