From ce505210fabef5b3b6f3d10c3a7f73dffa6a5823 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Tue, 1 Aug 2006 05:50:48 +0000 Subject: added dsa's "My Packages" patch --- web/lib/aur.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/lib') diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 7c64cd67..43a724f2 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -432,6 +432,12 @@ function html_header() { print " - "; print " ".__("Discussion")." "; if ($_COOKIE["AURSID"]) { + # This is a usability change, so we can go to My Packages page + # with just one click + # Added by: dsa + print " - "; + print " ".__("My Packages")." "; + print " - "; print " ".__("Logout")." "; } -- cgit v1.2.3-24-g4f1b