From a35dc4022aea91a7be945222d7430a93276a6ee4 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 12 Dec 2015 12:22:06 +0100 Subject: Replace RSS feed icon Use a flat icon from the Open Iconic collection for the RSS feed. Signed-off-by: Lukas Fleischer --- web/html/images/feed-icon-14x14.png | Bin 689 -> 0 bytes web/html/images/rss.svg | 3 +++ web/html/index.php | 2 +- web/template/stats/updates_table.php | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 web/html/images/feed-icon-14x14.png create mode 100644 web/html/images/rss.svg diff --git a/web/html/images/feed-icon-14x14.png b/web/html/images/feed-icon-14x14.png deleted file mode 100644 index b3c949d2..00000000 Binary files a/web/html/images/feed-icon-14x14.png and /dev/null differ diff --git a/web/html/images/rss.svg b/web/html/images/rss.svg new file mode 100644 index 00000000..3c7f6ba1 --- /dev/null +++ b/web/html/images/rss.svg @@ -0,0 +1,3 @@ + + + diff --git a/web/html/index.php b/web/html/index.php index b9ab1ff9..817c20b3 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -172,7 +172,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { case "/css/archnavbar/archlogo.png": case "/css/archnavbar/aurlogo.png": case "/images/favicon.ico": - case "/images/feed-icon-14x14.png": case "/images/titlelogo.png": case "/images/x.png": header("Content-Type: image/png"); @@ -182,6 +181,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { case "/images/pencil.min.svg": case "/images/pin.min.svg": case "/images/unpin.min.svg": + case "/images/rss.svg": header("Content-Type: image/svg+xml"); readfile("./$path"); break; diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 775d7073..b783bd85 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -1,6 +1,6 @@

-RSS Feed +RSS Feed -- cgit v1.2.3-24-g4f1b