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/rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/rss.php') 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; -- cgit v1.2.3-24-g4f1b