From 256a343b187b8a9435e208562f3bb5d55a082b05 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 12 Dec 2015 12:03:13 +0100 Subject: Remove old logos Remove some very old and outdated logos. Update the RSS feed to use the new logo. Signed-off-by: Lukas Fleischer --- web/html/images/AUR-logo-80.png | Bin 2229 -> 0 bytes web/html/images/AUR-logo.png | Bin 5477 -> 0 bytes web/html/index.php | 2 -- web/html/rss.php | 2 +- 4 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 web/html/images/AUR-logo-80.png delete mode 100644 web/html/images/AUR-logo.png diff --git a/web/html/images/AUR-logo-80.png b/web/html/images/AUR-logo-80.png deleted file mode 100644 index 9554f7e..0000000 Binary files a/web/html/images/AUR-logo-80.png and /dev/null differ diff --git a/web/html/images/AUR-logo.png b/web/html/images/AUR-logo.png deleted file mode 100644 index e1ddd98..0000000 Binary files a/web/html/images/AUR-logo.png and /dev/null differ 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": diff --git a/web/html/rss.php b/web/html/rss.php index 2470d99..8585d81 100644 --- a/web/html/rss.php +++ b/web/html/rss.php @@ -32,7 +32,7 @@ $rss->link = "${protocol}://{$host}"; $rss->syndicationURL = "{$protocol}://{$host}" . get_uri('/rss/'); $image = new FeedImage(); $image->title = "AUR"; -$image->url = "{$protocol}://{$host}/images/AUR-logo-80.png"; +$image->url = "{$protocol}://{$host}/css/archnavbar/aurlogo.png"; $image->link = $rss->link; $image->description = "AUR Newest Packages Feed"; $rss->image = $image; -- cgit v1.2.3-54-g00ecf