diff options
Diffstat (limited to 'mod/thewire/add.php')
-rw-r--r-- | mod/thewire/add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/add.php b/mod/thewire/add.php index 12d3f8d8d..64afe1d7c 100644 --- a/mod/thewire/add.php +++ b/mod/thewire/add.php @@ -17,7 +17,7 @@ $area2 = elgg_view_title(elgg_echo('thewire:add')); $area2 .= elgg_view("thewire/forms/add"); - $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:addpost'),$body); |