mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
More cleanup, add TU link to header
Cleans up links on front page, adds a TU link to the header to the voting application, fixes some titles and styling for logged in text Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
This commit is contained in:
parent
2f56688b56
commit
8ab823728c
6 changed files with 22 additions and 36 deletions
|
@ -16,7 +16,7 @@ if (isset($_GET['ID'])) {
|
|||
if (!empty($id)) {
|
||||
$title = $id;
|
||||
}
|
||||
} else if (isset($_GET['K'])) {
|
||||
} else if (!empty($_GET['K'])) {
|
||||
$title = "Search: " . $_GET['K'];
|
||||
} else if (isset($_GET['do_MyPackages'])) {
|
||||
$title = __("My Packages");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue