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/rss.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/rss.php')
-rw-r--r-- | web/html/rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |