From 4766f36a4d74924f21ff329c4318ce4e069ffa04 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 17:53:05 +0000 Subject: Pulled in the interface changes. git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- friends/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'friends/collections.php') 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 -- cgit v1.2.3