From 9052aac127bdd412b09dbb433bd165ec541f9df8 Mon Sep 17 00:00:00 2001 From: canyonknight Date: Wed, 26 Sep 2012 20:48:06 -0400 Subject: pkg_details.php: Utilize account details virtual URL When virtual URLs are enabled, simpler links can be used to access a user's account details page. Change this for both the maintainer and submitter links. Keeps backwards compatibility with virtual URLs being disabled. Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/template/pkg_details.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/template/pkg_details.php') diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 182722d0..b2866643 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -126,8 +126,12 @@ if ($SID && ($uid == $row["MaintainerUID"] || + + + @@ -139,8 +143,12 @@ if ($row["SubmitterUID"]): + + + -- cgit v1.2.3-24-g4f1b