Added link to user's packages in profile

This commit is contained in:
simo 2005-10-17 01:24:16 +00:00
parent 9d789fe82c
commit 6fe2f0e14b
2 changed files with 6 additions and 0 deletions

View file

@ -87,4 +87,6 @@ $_t["en"]["Missing User ID"] = "Missing User ID";
$_t["en"]["Developer"] = "Developer"; $_t["en"]["Developer"] = "Developer";
$_t["en"]["View this user's packages"] = "View this user's packages";
?> ?>

View file

@ -636,6 +636,10 @@ function display_account_info($U="",$T="",
print " <td align='left'>".$I."</td>\n"; print " <td align='left'>".$I."</td>\n";
print " </tr>\n"; print " </tr>\n";
print " <tr>\n";
print " <td colspan='2'><a href='/packages.php?K=".$U."&SeB=m'>".__("View this user's packages")."</a></td>\n";
print " </tr>\n";
print "</table>\n"; print "</table>\n";
print "</center>\n"; print "</center>\n";
return; return;