From f947467aa8551e37110895b8a07e4124f1854a47 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Dec 2012 14:42:20 +0400 Subject: remove fupdpic and related images --- classes/feeds.php | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index d168bc1c2..eba286db6 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -320,23 +320,6 @@ class Feeds extends Handler_Protected { array_push($topmost_article_ids, $id); } - if ($line["last_read"] == "" && !sql_bool_to_bool($line["unread"])) { - - $update_pic = "link, 'images/updated.png')."\" - alt=\"Updated\">"; - } else { - $update_pic = "\"Updated\""; - } - - if (sql_bool_to_bool($line["unread"]) && - time() - strtotime($line["updated_noms"]) < $fresh_intl) { - - $update_pic = "link, 'images/fresh_sign.png')."\" alt=\"Fresh\">"; - } - if ($line["unread"] == "t" || $line["unread"] == "1") { $class .= " Unread"; ++$num_unread; @@ -446,8 +429,6 @@ class Feeds extends Handler_Protected { $reply['content'] .= "
"; - $reply['content'] .= "
$update_pic
"; - $reply['content'] .= "
"; $reply['content'] .= "$feed_icon_img"; } - $reply['content'] .= "
$update_pic
"; $reply['content'] .= "
"; $reply['content'] .= "
"; -- cgit v1.2.3