mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
256a343b18
commit
a35dc4022a
4 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue