diff options
-rw-r--r-- | web/html/images/feed-icon-14x14.png | bin | 0 -> 689 bytes | |||
-rw-r--r-- | web/html/images/rss.gif | bin | 753 -> 0 bytes | |||
-rw-r--r-- | web/template/stats/updates_table.php | 2 |
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 Binary files differnew file mode 100644 index 00000000..b3c949d2 --- /dev/null +++ b/web/html/images/feed-icon-14x14.png diff --git a/web/html/images/rss.gif b/web/html/images/rss.gif Binary files differdeleted file mode 100644 index d1b03eb4..00000000 --- a/web/html/images/rss.gif +++ /dev/null diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 9d1af01c..09c70d56 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> |