summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/html/images/feed-icon-14x14.pngbin0 -> 689 bytes
-rw-r--r--web/html/images/rss.gifbin753 -> 0 bytes
-rw-r--r--web/template/stats/updates_table.php2
3 files changed, 1 insertions, 1 deletions
diff --git a/web/html/images/feed-icon-14x14.png b/web/html/images/feed-icon-14x14.png
new file mode 100644
index 0000000..b3c949d
--- /dev/null
+++ b/web/html/images/feed-icon-14x14.png
Binary files differ
diff --git a/web/html/images/rss.gif b/web/html/images/rss.gif
deleted file mode 100644
index d1b03eb..0000000
--- a/web/html/images/rss.gif
+++ /dev/null
Binary files differ
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php
index 9d1af01..09c70d5 100644
--- a/web/template/stats/updates_table.php
+++ b/web/template/stats/updates_table.php
@@ -1,8 +1,8 @@
<table class="boxSoft">
<tr>
<th colspan="2" class="boxSoftTitle" style="text-align: right">
-<a href="rss2.php"><img src="images/rss.gif"></a>
<span class="f3"><?php print __("Recent Updates") ?><span class="f5"></span></span>
+<a href="rss2.php"><img src="images/feed-icon-14x14.png" alt="RSS Feed"></a>
</th>
</tr>