From 4b182531d4c39b822d26790123828b980fdca947 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 30 Jun 2008 14:25:51 +0000 Subject: Fixed entity page git-svn-id: https://code.elgg.org/elgg/trunk@1208 36083f99-b078-4883-b0ff-0f9b5a30f544 --- entities/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entities') diff --git a/entities/index.php b/entities/index.php index 127d216b9..bc8764c17 100644 --- a/entities/index.php +++ b/entities/index.php @@ -29,7 +29,7 @@ // Set the body to be the full view of the entity, and the title to be its title $body = elgg_view_entity($entity,"",true); - if (!$shell) + if ($shell) $body = elgg_view_layout('one_column',$body); // Otherwise? -- cgit v1.2.3