diff options
-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 {
|