diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-14 22:09:26 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-14 22:09:26 -0500 |
commit | 844de1f25b8080291fafca802b04ed61b9d17a4b (patch) | |
tree | 50572d832ca7e29c66c4032d9754b70fc6592b90 /web | |
parent | 5b01327f5776861980ec3cd923462b5f79db3fa6 (diff) | |
download | aurweb-844de1f25b8080291fafca802b04ed61b9d17a4b.tar.xz |
Replace RSS icon with feed icon.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web')
-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 0000000..b3c949d --- /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 d1b03eb..0000000 --- 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 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> |