aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index 4adcbef45..5cc128fc8 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -11,13 +11,7 @@
<?php $this->partial ('header'); ?>
<div id="global">
- <?php if (Request::controllerName () != 'configure') { ?>
- <?php $this->partial ('aside'); ?>
- <?php } ?>
-
- <div id="main">
- <?php $this->render (); ?>
- </div>
+ <?php $this->render (); ?>
</div>
<?php $this->partial ('persona'); ?>