summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 14:18:03 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 14:18:03 +0300
commita0778577ac9d13058e9c7586d9e6ad8059fe6361 (patch)
tree82eb696e6fff385af1bc8f59f00930df02931b61 /classes/feeds.php
parentcbd7328cb455cf80d74ab2dcde90a8ba5871fd87 (diff)
remove pub_{set,unset}.png usage in main code
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 8b617eb01..0edd99abb 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -330,7 +330,7 @@ class Feeds extends Handler_Protected {
if (feeds::feedHasIcon($feed_id)) {
$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"".ICONS_URL."/$feed_id.ico\" alt=\"\">";
} else {
- $feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/pub_set.png\" alt=\"\">";
+ $feed_icon_img = "<i class='icon-syndicate material-icons'>rss_feed</i>";
}
$entry_site_url = $line["site_url"];
@@ -574,7 +574,6 @@ class Feeds extends Handler_Protected {
$tmp_content .= "&nbsp;";
$tmp_content .= "<a target='_blank' rel='noopener noreferrer' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
- $tmp_content .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_unset.png'></a>";
$tmp_content .= "</div>";
}