aboutsummaryrefslogtreecommitdiff
path: root/mod/profile
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-13 09:21:00 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-13 09:21:00 +0000
commitff0dc7e991e2ad262f6980a4e21f90130f417545 (patch)
tree7ae970a8f0e39f71a9c463f5a59fc6bd66369454 /mod/profile
parented196013255ba0a23258b956164c5c3ed927c4a9 (diff)
downloadelgg-ff0dc7e991e2ad262f6980a4e21f90130f417545.tar.gz
elgg-ff0dc7e991e2ad262f6980a4e21f90130f417545.tar.bz2
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
Diffstat (limited to 'mod/profile')
-rw-r--r--mod/profile/start.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}