mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 02:01:28 +00:00
separate icon classes for tiny/normal feed icons
This commit is contained in:
@@ -2065,7 +2065,7 @@
|
||||
$icon_file = ICONS_URL."/".$line["id"].".ico";
|
||||
|
||||
if (file_exists($icon_file) && filesize($icon_file) > 0) {
|
||||
$feed_icon = "<img class=\"feedIcon\" src=\"$icon_file\">";
|
||||
$feed_icon = "<img class=\"tinyFeedIcon\" src=\"$icon_file\">";
|
||||
} else {
|
||||
$feed_icon = "<img class=\"feedIcon\" src=\"images/blank_icon.gif\">";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user