diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 10:49:59 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 10:49:59 +0000 |
commit | be060340842c65bb9f910d3e7805323f007d171b (patch) | |
tree | 09c8cfec30b92c48464695a48a508771507d28fd | |
parent | 881bbc33d233699b74099a6952e4a363aa2b988e (diff) | |
download | elgg-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
-rw-r--r-- | entities/index.php | 1 |
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 {
|