aboutsummaryrefslogtreecommitdiff
path: root/mod/invitefriends/index.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-15 11:25:03 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-15 11:25:03 +0000
commita5d9b6bccfa7fd6034ed88d40fa513f4f0291c22 (patch)
treea5656beb63cecd6cdfd85cd2e92a050f9951ff7f /mod/invitefriends/index.php
parentbf00633c600eb33574cc8e364ce1af72335af526 (diff)
downloadelgg-a5d9b6bccfa7fd6034ed88d40fa513f4f0291c22.tar.gz
elgg-a5d9b6bccfa7fd6034ed88d40fa513f4f0291c22.tar.bz2
Updated Invite Friends mod to new ui.
git-svn-id: http://code.elgg.org/elgg/trunk@5388 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/invitefriends/index.php')
-rw-r--r--mod/invitefriends/index.php3
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);