aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/add.php')
-rw-r--r--mod/thewire/add.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/thewire/add.php b/mod/thewire/add.php
index 4702c9aa5..6012338fa 100644
--- a/mod/thewire/add.php
+++ b/mod/thewire/add.php
@@ -20,7 +20,8 @@
// choose the required canvas layout and items to display
$area2 = elgg_view_title(elgg_echo('thewire:add'));
$area2 .= elgg_view("thewire/forms/add");
- $body = elgg_view_layout("two_column_left_sidebar", '',$area2);
+
+ $body = elgg_view_layout("one_column_with_sidebar", '',$area2);
// Display page
page_draw(elgg_echo('thewire:addpost'),$body);