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:
@@ -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 = " ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user