added dsa's "My Packages" patch

This commit is contained in:
pjmattal 2006-08-01 05:50:48 +00:00
parent c3380f4fd6
commit ce505210fa
5 changed files with 21 additions and 0 deletions

View file

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