aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/profile_contents/activity.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/views/default/profile/profile_contents/activity.php')
-rwxr-xr-xmod/profile/views/default/profile/profile_contents/activity.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/mod/profile/views/default/profile/profile_contents/activity.php b/mod/profile/views/default/profile/profile_contents/activity.php
index 62fc747e3..6cb2c3a7e 100755
--- a/mod/profile/views/default/profile/profile_contents/activity.php
+++ b/mod/profile/views/default/profile/profile_contents/activity.php
@@ -3,7 +3,7 @@
* Elgg user display (details)
* @uses $vars['entity'] The user entity
*/
-?>
+?>
<div id="profile_content">
<?php
if(is_plugin_enabled('thewire')) {
@@ -18,9 +18,3 @@
}
?>
</div>
-
-<div id="profile_sidebar">
-<?php
- echo elgg_view('profile/profile_ownerblock', array('smallicon' => true));
-?>
-</div>