From 8203c8bd6c099146591ad3391fee3c40578e2e6d Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 16 Jun 2008 22:37:00 +0000 Subject: Registers contexts for each menu item. Refs #32 git-svn-id: https://code.elgg.org/elgg/trunk@938 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile') diff --git a/mod/profile/start.php b/mod/profile/start.php index d76be446c..354abbd58 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -32,7 +32,7 @@ menu_item(elgg_echo('profile:yours'),$CONFIG->wwwroot . "pg/profile/" . $_SESSION['user']->username), menu_item(elgg_echo('profile:edit'),$CONFIG->wwwroot."mod/profile/edit.php"), menu_item(elgg_echo('profile:editicon'),$CONFIG->wwwroot."mod/profile/editicon.php"), - )); + ),'profile'); } // For now, we'll hard code the profile items as follows: -- cgit v1.2.3