aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/profile_lib.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-22 10:50:13 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-22 10:50:13 +0000
commitc8e1a99c0388710806012eaad59e700c0667a4d1 (patch)
tree2ac4595706cc408697cfdf02801d3bb37d1c5077 /mod/profile/profile_lib.php
parent8cba2e15f386297a0f62c94de7fa3eaafe8a852c (diff)
downloadelgg-c8e1a99c0388710806012eaad59e700c0667a4d1.tar.gz
elgg-c8e1a99c0388710806012eaad59e700c0667a4d1.tar.bz2
Removed widget view from Profile.
git-svn-id: http://code.elgg.org/elgg/trunk@5465 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/profile_lib.php')
-rw-r--r--mod/profile/profile_lib.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/profile/profile_lib.php b/mod/profile/profile_lib.php
index 3979ad9e3..7e092c003 100644
--- a/mod/profile/profile_lib.php
+++ b/mod/profile/profile_lib.php
@@ -22,10 +22,6 @@ function profile_get_user_profile_html($user, $section = 'activity') {
$view_options = array('entity' => $user);
switch($section){
- case 'widgets':
- $body .= elgg_view_layout('widgets', $view_options);
- break;
-
case 'friends':
$body .= elgg_view('profile/profile_contents/friends', $view_options);
break;