mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
ff798420b5
commit
256a343b18
4 changed files with 1 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB |
|
@ -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":
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue