aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-13 19:09:29 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-13 19:09:29 +0100
commit8c72acbacb8fd4da39d505e8ac52e7e0cceed418 (patch)
tree85f1d8445a29e9d374fa1b399ed843b779f01fdd /app/layout/layout.phtml
parentc62ec2a14428b528e20896d4e62fa08891e1399c (diff)
Suppression code HTML inutile + amélioration CSS + restructuration du layout + correction bug mise à jour d'articles lorsqu'on visualise une catégorie
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'); ?>