aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/index.php')
-rw-r--r--mod/thewire/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/index.php b/mod/thewire/index.php
index fc0901d13..d69cbd5ca 100644
--- a/mod/thewire/index.php
+++ b/mod/thewire/index.php
@@ -35,7 +35,7 @@
$area2 .= elgg_list_entities($options);
//select the correct canvas area
- $body = elgg_view_layout("one_column_with_sidebar", array('content' => $area2));
+ $body = elgg_view_layout("one_sidebar", array('content' => $area2));
// Display page
echo elgg_view_page(elgg_echo('thewire:user', array($page_owner->name)), $body);