aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-09 18:44:21 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-09 18:44:21 +0000
commit623f6f475d2fc6335b313c73da7f3eeca4471a8b (patch)
tree4b05453b0aefc2321f7e48a9f4465af9001d699c /mod/profile/start.php
parentaf0eea36d6ded0843347a9eae36d9ebf17ab9972 (diff)
downloadelgg-623f6f475d2fc6335b313c73da7f3eeca4471a8b.tar.gz
elgg-623f6f475d2fc6335b313c73da7f3eeca4471a8b.tar.bz2
topbar friends should be in core, not profile plugin
git-svn-id: http://code.elgg.org/elgg/trunk@7584 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r--mod/profile/start.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 0ba534585..5e581a308 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -18,8 +18,6 @@ function profile_init() {
// will dictate the URL for all ElggUser objects
register_entity_url_handler('profile_url', 'user', 'all');
- // Set up the menu for logged-in users
- elgg_extend_view('elgg_topbar/extend', 'profile/topbar_extend');
//if (isloggedin()) {
// add_menu(elgg_echo('profile:yours'), get_loggedin_user()->getURL() . '/extend');
//}