From d0614e9115a57eccac6319d08d2fcafcf71bbc1a Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 1 Jul 2008 18:53:51 +0000 Subject: Closes #112 git-svn-id: https://code.elgg.org/elgg/trunk@1263 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mod/profile') diff --git a/mod/profile/start.php b/mod/profile/start.php index 0cd8f2100..5f0eaabd2 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -59,7 +59,12 @@ // Add Javascript reference to the page header extend_view('metatags','profile/metatags'); extend_view('css','profile/css'); - + + // Extend context menu with admin links + if (isadminloggedin()) + { + extend_view('profile/menu/links','profile/menu/adminlinks'); + } } /** -- cgit v1.2.3