summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 11:28:54 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 11:28:54 +0100
commite695fdc83ef295fd18e9757ff5b12f3d9a8d213c (patch)
tree984283eb6a8b7eb99656a8cc1c9eee484c1c0303 /backend.php
parent899244ef4d850f9b273dfef24bcc327ac14fe8f5 (diff)
images moved to subdirectory, updated TODO
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 2f88e815e..0105253dc 100644
--- a/backend.php
+++ b/backend.php
@@ -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;";
}