diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 01:03:58 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 11:30:04 +0100 |
commit | 8e06a607c887664ed5fc0f4e5d77d5cc50413e53 (patch) | |
tree | df0539eca38525773e8713af798de83274f500a4 /web/html/index.php | |
parent | 52432a3fc02e39848f848808524cb9dee055b117 (diff) |
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>
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php index cc6a84c..9c321fa 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -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": |