aboutsummaryrefslogtreecommitdiff
path: root/entities
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-26 10:49:59 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-26 10:49:59 +0000
commitbe060340842c65bb9f910d3e7805323f007d171b (patch)
tree09c8cfec30b92c48464695a48a508771507d28fd /entities
parent881bbc33d233699b74099a6952e4a363aa2b988e (diff)
downloadelgg-be060340842c65bb9f910d3e7805323f007d171b.tar.gz
elgg-be060340842c65bb9f910d3e7805323f007d171b.tar.bz2
Layout update for the single entity view.
git-svn-id: https://code.elgg.org/elgg/trunk@1141 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'entities')
-rw-r--r--entities/index.php1
1 files changed, 1 insertions, 0 deletions
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 {