aboutsummaryrefslogtreecommitdiff
path: root/friends/collections.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-03 17:53:05 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-03 17:53:05 +0000
commit4766f36a4d74924f21ff329c4318ce4e069ffa04 (patch)
tree969b84632f2a8b0db79788a8a6db8e41d63e5cb4 /friends/collections.php
parent57a217fd6b708844407486046a1faa23b46cac08 (diff)
downloadelgg-4766f36a4d74924f21ff329c4318ce4e069ffa04.tar.gz
elgg-4766f36a4d74924f21ff329c4318ce4e069ffa04.tar.bz2
Pulled in the interface changes.
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'friends/collections.php')
-rw-r--r--friends/collections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/friends/collections.php b/friends/collections.php
index bc62e0905..e98f4b6a6 100644
--- a/friends/collections.php
+++ b/friends/collections.php
@@ -17,7 +17,7 @@ gatekeeper();
$area2 = elgg_view_access_collections($_SESSION['user']->getGUID());
// Format page
-$body = elgg_view_layout('two_column_left_sidebar', '',
+$body = elgg_view_layout('one_column_with_sidebar', '',
elgg_view_title(elgg_echo('friends:collections')) . $area2);
// Draw it