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
|
@ -52,7 +52,7 @@ while ($row = mysql_fetch_assoc($result)) {
|
|||
print '<tr>';
|
||||
print '<td class="boxSoft">';
|
||||
|
||||
print '<span class="f4"><span class="blue"><a href="/packages.php?do_Details=1&ID='.intval($row["ID"]).'">';
|
||||
print '<span class="f4"><span class="blue"><a href="/packages.php?ID='.intval($row["ID"]).'">';
|
||||
print $row["Name"]." ".$row["Version"]."</a></span></span>";
|
||||
|
||||
print '</td>';
|
||||
|
|
|
@ -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