diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-12 12:03:13 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-13 10:22:59 +0100 |
commit | 256a343b187b8a9435e208562f3bb5d55a082b05 (patch) | |
tree | 91b9a6ae5aa04b281684f14ec3e0dc307e2d397a /web/html/index.php | |
parent | ff798420b5edd003758adb45864070b6339eba3c (diff) | |
download | aurweb-256a343b187b8a9435e208562f3bb5d55a082b05.tar.xz |
Remove old logos
Remove some very old and outdated logos. Update the RSS feed to use the
new logo.
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, 0 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php index e99d22f..b9ab1ff 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -171,8 +171,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { break; case "/css/archnavbar/archlogo.png": case "/css/archnavbar/aurlogo.png": - case "/images/AUR-logo-80.png": - case "/images/AUR-logo.png": case "/images/favicon.ico": case "/images/feed-icon-14x14.png": case "/images/titlelogo.png": |