From e728d275600f019af225dd96ad9203d651490a47 Mon Sep 17 00:00:00 2001 From: swiergot Date: Tue, 9 Aug 2005 09:33:51 +0000 Subject: moved the Logout link to the end of the menu bar --- web/lib/aur.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'web/lib/aur.inc') diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 3df1129..49f40e0 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -418,13 +418,15 @@ function html_header() { # print " - "; print " ".__("Submit")." "; - print " - "; - print " ".__("Logout")." "; } print " - "; print " ".__("Bugs")." "; print " - "; print " ".__("Discussion")." "; + if ($_COOKIE["AURSID"]) { + print " - "; + print " ".__("Logout")." "; + } print " :."; print " "; print " "; -- cgit v1.2.3-54-g00ecf