From fa39c6aaf2f9f87cfd89feaebdc22cf313396ec7 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 1 Aug 2008 13:47:15 +0000 Subject: Widgets now work in three columns git-svn-id: https://code.elgg.org/elgg/trunk@1653 36083f99-b078-4883-b0ff-0f9b5a30f544 --- entities/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'entities/index.php') diff --git a/entities/index.php b/entities/index.php index 3e573b338..b9890c1f8 100644 --- a/entities/index.php +++ b/entities/index.php @@ -35,8 +35,11 @@ // Set the body to be the full view of the entity, and the title to be its title $area2 = elgg_view_entity($entity,true); - if ($shell) + if ($shell) { $body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2); + } else { + $body = $area2; + } // Otherwise? } else { -- cgit v1.2.3