diff options
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> |
