summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-12-12 12:03:13 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2015-12-13 10:22:59 +0100
commit256a343b187b8a9435e208562f3bb5d55a082b05 (patch)
tree91b9a6ae5aa04b281684f14ec3e0dc307e2d397a
parentff798420b5edd003758adb45864070b6339eba3c (diff)
downloadaurweb-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>
-rw-r--r--web/html/images/AUR-logo-80.pngbin2229 -> 0 bytes
-rw-r--r--web/html/images/AUR-logo.pngbin5477 -> 0 bytes
-rw-r--r--web/html/index.php2
-rw-r--r--web/html/rss.php2
4 files changed, 1 insertions, 3 deletions
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
--- a/web/html/images/AUR-logo-80.png
+++ /dev/null
Binary files differ
diff --git a/web/html/images/AUR-logo.png b/web/html/images/AUR-logo.png
deleted file mode 100644
index e1ddd98..0000000
--- a/web/html/images/AUR-logo.png
+++ /dev/null
Binary files 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;