diff options
| author | 2013-03-13 19:09:29 +0100 | |
|---|---|---|
| committer | 2013-03-13 19:09:29 +0100 | |
| commit | 8c72acbacb8fd4da39d505e8ac52e7e0cceed418 (patch) | |
| tree | 85f1d8445a29e9d374fa1b399ed843b779f01fdd /app/views/index/index.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/views/index/index.phtml')
| -rw-r--r-- | app/views/index/index.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 127a09ddd..22cc84828 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -1,5 +1,7 @@ +<?php $this->partial ('aside_flux'); ?> + <?php $items = $this->entryPaginator->items (true); ?> -<div id="top"> +<div class="nav_menu"> <a class="btn" href="<?php echo Url::display (array ('c' => 'feed', 'a' => 'actualize')); ?>"><i class="icon refresh"></i></a> <?php if (!login_is_conf ($this->conf) || is_logged ()) { ?> |
