summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r--web/lib/aur.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index 7c64cd6..43a724f 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -432,6 +432,12 @@ function html_header() {
print " <span class='black'> - </span> ";
print " <a href='http://www.archlinux.org/mailman/listinfo/tur-users'>".__("Discussion")."</a> ";
if ($_COOKIE["AURSID"]) {
+ # This is a usability change, so we can go to My Packages page
+ # with just one click
+ # Added by: dsa <dsandrade@gmail.com>
+ print " <span class='black'> - </span> ";
+ print " <a href='/packages.php?do_MyPackages=1'>".__("My Packages")."</a> ";
+
print " <span class='black'> - </span> ";
print " <a href='/logout.php'>".__("Logout")."</a> ";
}