From ff0dc7e991e2ad262f6980a4e21f90130f417545 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 13 Aug 2008 09:21:00 +0000 Subject: Admin links on profile pages and in user context menus appear at the bottom. git-svn-id: https://code.elgg.org/elgg/trunk@1875 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile/start.php') diff --git a/mod/profile/start.php b/mod/profile/start.php index 5029a5618..b26abb93f 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -60,7 +60,7 @@ // Extend context menu with admin links if (isadminloggedin()) { - extend_view('profile/menu/links','profile/menu/adminlinks',0); + extend_view('profile/menu/links','profile/menu/adminlinks',10000); } } -- cgit v1.2.3