diff options
Diffstat (limited to 'entities/index.php')
-rw-r--r-- | entities/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/entities/index.php b/entities/index.php index b009d5d83..127d216b9 100644 --- a/entities/index.php +++ b/entities/index.php @@ -29,7 +29,8 @@ // 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);
+ if (!$shell)
+ $body = elgg_view_layout('one_column',$body);
// Otherwise?
} else {
|