diff options
Diffstat (limited to 'mod/profile')
| -rw-r--r-- | mod/profile/index.php | 2 | ||||
| -rw-r--r-- | mod/profile/start.php | 4 | 
2 files changed, 2 insertions, 4 deletions
diff --git a/mod/profile/index.php b/mod/profile/index.php index 35c1e41a6..e1f4f1651 100644 --- a/mod/profile/index.php +++ b/mod/profile/index.php @@ -29,7 +29,7 @@  		}
 -		$body.= elgg_view("river/shell", array('river' => get_river_entries())); +		$body = elgg_view_layout('widgets',$body);
  		page_draw($title, $body);
 diff --git a/mod/profile/start.php b/mod/profile/start.php index ddf136425..d76be446c 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -117,8 +117,6 @@  		register_action("profile/iconupload",false,$CONFIG->pluginspath . "profile/actions/iconupload.php");
  	// Define widgets for use in this context
 -		if (is_callable('use_widgets')) {
 -			use_widgets('profile');
 -		}
 +		use_widgets('profile');
  ?>
\ No newline at end of file  | 
