diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-02 08:12:09 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-02 08:12:09 +0000 |
commit | 0049edf985e6aad1963d5bfcd2a245dbc7b4e299 (patch) | |
tree | ef9b7252d830557caa30493b5d2a64df9f7b3166 /mod/profile/start.php | |
parent | ced8ac71f60aaff6c3fdeff6b76822d23847b746 (diff) | |
download | elgg-0049edf985e6aad1963d5bfcd2a245dbc7b4e299.tar.gz elgg-0049edf985e6aad1963d5bfcd2a245dbc7b4e299.tar.bz2 |
hash out the profile menu option for now, this will be moved to the topbar.
git-svn-id: http://code.elgg.org/elgg/trunk@5573 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r-- | mod/profile/start.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 138de1e35..13ddf3188 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -23,9 +23,9 @@ function profile_init() { register_entity_url_handler('profile_url', 'user', 'all'); // Set up the menu for logged-in users - if (isloggedin()) { - add_menu(elgg_echo('profile:yours'), $_SESSION['user']->getURL() . '/extend'); - } + //if (isloggedin()) { + // add_menu(elgg_echo('profile:yours'), $_SESSION['user']->getURL() . '/extend'); + //} // Metadata on users needs to be independent register_metadata_as_independent('user'); |