diff options
| author | 2013-06-23 15:05:39 +0200 | |
|---|---|---|
| committer | 2013-06-23 15:05:39 +0200 | |
| commit | dff85f9a304a6ff2ede764a8f62024e7b4ff074e (patch) | |
| tree | f2afa65037fc8f32b879b716a88c116e3fad7ea8 /app/views/helpers/normal_view.phtml | |
| parent | 32499c0b3e519ef2fc255f5990448195256476ac (diff) | |
Ajout d'une barre de navigation en version mobile
Fix issue #57 : pas d'effet de slide (effet trop bling-bling) mais
ajout d'une barre de navigation permettant d'aller à l'article
suivant / précédent ou de remonter en haut de la page
Diffstat (limited to 'app/views/helpers/normal_view.phtml')
| -rw-r--r-- | app/views/helpers/normal_view.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/helpers/normal_view.phtml b/app/views/helpers/normal_view.phtml index 2ca365552..eaf1e4276 100644 --- a/app/views/helpers/normal_view.phtml +++ b/app/views/helpers/normal_view.phtml @@ -107,6 +107,8 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { <?php $this->entryPaginator->render ('pagination.phtml', 'next'); ?> </div> +<?php $this->partial ('nav_entries'); ?> + <?php } else { ?> <div class="alert alert-warn"> <span class="alert-head"><?php echo Translate::t ('no_feed_to_display'); ?></span> |
