moved the Logout link to the end of the menu bar

This commit is contained in:
swiergot 2005-08-09 09:33:51 +00:00
parent 6001191a0d
commit e728d27560

View file

@ -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>";