diff --git a/web/html/images/AUR-logo-80.png b/web/html/images/AUR-logo-80.png deleted file mode 100644 index 9554f7e7..00000000 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 e1ddd98d..00000000 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 e99d22f8..b9ab1ff9 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 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;