summaryrefslogtreecommitdiffstats
path: root/web/html/rss.php
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 /web/html/rss.php
parentff798420b5edd003758adb45864070b6339eba3c (diff)
downloadaur-256a343b187b8a9435e208562f3bb5d55a082b05.tar.gz
aur-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/rss.php')
-rw-r--r--web/html/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/rss.php b/web/html/rss.php
index 2470d994..8585d81d 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;