diff options
Diffstat (limited to 'mod/invitefriends/index.php')
-rw-r--r-- | mod/invitefriends/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/invitefriends/index.php b/mod/invitefriends/index.php index 19471bbed..2a9aee790 100644 --- a/mod/invitefriends/index.php +++ b/mod/invitefriends/index.php @@ -1,5 +1,4 @@ <?php - /** * Elgg invite page * @@ -18,7 +17,7 @@ set_page_owner($_SESSION['guid']); $body = elgg_view('invitefriends/form'); - $body = elgg_view_layout('two_column_left_sidebar','',$body); + $body = elgg_view_layout('one_column_with_sidebar', $body); page_draw(elgg_echo('friends:invite'),$body); |