diff options
author | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-21 21:53:49 +0000 |
---|---|---|
committer | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-21 21:53:49 +0000 |
commit | 33d589650db886fa580aa5bd47672a71bb4fc4c0 (patch) | |
tree | e60b2121cd9f93fe58fd83eb8f452b7a87cd5c5c /mod/file/start.php | |
parent | d67eacb232fdb8c9c68deb35c0dad3007c877718 (diff) | |
download | elgg-33d589650db886fa580aa5bd47672a71bb4fc4c0.tar.gz elgg-33d589650db886fa580aa5bd47672a71bb4fc4c0.tar.bz2 |
Registering new plugin hooks to extend the owner block profile menu.
git-svn-id: http://code.elgg.org/elgg/trunk@6130 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/start.php')
-rw-r--r-- | mod/file/start.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mod/file/start.php b/mod/file/start.php index a257a90ac..b8a26fab5 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -79,13 +79,6 @@ add_submenu_item(sprintf(elgg_echo("file:group"),$page_owner->name), $CONFIG->wwwroot . "pg/file/" . $page_owner->username); } } - - if ($page_owner instanceof ElggEntity) { - elgg_add_submenu_item(array( - 'text' => elgg_echo('file'), - 'href' => "{$CONFIG->url}pg/file/{$page_owner->username}", - )); - } } /** |