diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/images/AUR-logo-80.png | bin | 2229 -> 0 bytes | |||
-rw-r--r-- | web/html/images/AUR-logo.png | bin | 5477 -> 0 bytes | |||
-rw-r--r-- | web/html/index.php | 2 | ||||
-rw-r--r-- | web/html/rss.php | 2 |
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 Binary files differdeleted file mode 100644 index 9554f7e7..00000000 --- a/web/html/images/AUR-logo-80.png +++ /dev/null diff --git a/web/html/images/AUR-logo.png b/web/html/images/AUR-logo.png Binary files differdeleted file mode 100644 index e1ddd98d..00000000 --- a/web/html/images/AUR-logo.png +++ /dev/null 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; |