From be060340842c65bb9f910d3e7805323f007d171b Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 26 Jun 2008 10:49:59 +0000 Subject: Layout update for the single entity view. git-svn-id: https://code.elgg.org/elgg/trunk@1141 36083f99-b078-4883-b0ff-0f9b5a30f544 --- entities/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/entities/index.php b/entities/index.php index cc523a0eb..b009d5d83 100644 --- a/entities/index.php +++ b/entities/index.php @@ -29,6 +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); + $body = elgg_view_layout('one_column',$body); // Otherwise? } else { -- cgit v1.2.3