mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use a custom logo
Currently, the AUR sites are hard to distinguish from the official website, especially when browsing Git repositories in cgit. Add "user repository" to the logo to make it distinguishable from the official site. In order to avoid confusion, also change the link in the logo to the AUR home page instead of the main Arch Linux website. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
52432a3fc0
commit
8e06a607c8
6 changed files with 11 additions and 2 deletions
|
@ -152,6 +152,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
|
|||
readfile("./$path");
|
||||
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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue