diff options
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/profile/start.php | 2 | 
1 files changed, 1 insertions, 1 deletions
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:
  | 
