mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
moved the Logout link to the end of the menu bar
This commit is contained in:
parent
6001191a0d
commit
e728d27560
1 changed files with 4 additions and 2 deletions
|
@ -418,13 +418,15 @@ function html_header() {
|
|||
#
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='/pkgsubmit.php'>".__("Submit")."</a> ";
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='/logout.php'>".__("Logout")."</a> ";
|
||||
}
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='http://bugs.archlinux.org/index.php?tasks=all&project=2'>".__("Bugs")."</a> ";
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='http://www.archlinux.org/mailman/listinfo/tur-users'>".__("Discussion")."</a> ";
|
||||
if ($_COOKIE["AURSID"]) {
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='/logout.php'>".__("Logout")."</a> ";
|
||||
}
|
||||
print " <span class='black'>:.</span></span>";
|
||||
print " </td>";
|
||||
print " </tr>";
|
||||
|
|
Loading…
Add table
Reference in a new issue