diff options
| author | 2013-03-13 19:09:29 +0100 | |
|---|---|---|
| committer | 2013-03-13 19:09:29 +0100 | |
| commit | 8c72acbacb8fd4da39d505e8ac52e7e0cceed418 (patch) | |
| tree | 85f1d8445a29e9d374fa1b399ed843b779f01fdd /app/layout/layout.phtml | |
| parent | c62ec2a14428b528e20896d4e62fa08891e1399c (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.phtml | 8 |
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'); ?> |
