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/template | |
parent | 5b01327f5776861980ec3cd923462b5f79db3fa6 (diff) |
Replace RSS icon with feed icon.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/stats/updates_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |