diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-12 12:22:06 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-13 10:22:59 +0100 |
commit | a35dc4022aea91a7be945222d7430a93276a6ee4 (patch) | |
tree | 1d6580175f04df9cd2a02ab3dea2f6948fa69623 /web/html/index.php | |
parent | 256a343b187b8a9435e208562f3bb5d55a082b05 (diff) | |
download | aur-a35dc4022aea91a7be945222d7430a93276a6ee4.tar.gz aur-a35dc4022aea91a7be945222d7430a93276a6ee4.tar.xz |
Replace RSS feed icon
Use a flat icon from the Open Iconic collection for the RSS feed.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |