From 5c0de7825d2f1680a2a430410be49696aca35946 Mon Sep 17 00:00:00 2001 From: canyonknight Date: Wed, 12 Sep 2012 17:32:43 -0400 Subject: Use URL rewriting for user editing page Allows for easier account editing and saner URLs. Update account editing links to use new URL. Before: AUR_URL/account/?Action=DisplayAccount&U=userfoo After: AUR_URL/account/userfoo/edit Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/template/account_search_results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/account_search_results.php') diff --git a/web/template/account_search_results.php b/web/template/account_search_results.php index 8719928..f67cc6a 100644 --- a/web/template/account_search_results.php +++ b/web/template/account_search_results.php @@ -50,7 +50,7 @@ else: print " "; else: ?> - "> + "> -- cgit v1.2.3-54-g00ecf