diff options
Diffstat (limited to 'app/views/index/reader.phtml')
| -rw-r--r-- | app/views/index/reader.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml index 315d7d7aa..e4fb74708 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -74,7 +74,7 @@ $content_width = FreshRSS_Context::$user_conf->content_width; if ($nbEntries > 0): call_user_func($this->callbackBeforePagination, $this, $nbEntries, $lastEntry); - $this->renderHelper('pagination'); + $this->renderHelper('stream-footer'); ?></main><?php else: ob_end_clean(); //Discard the articles headers, as we have no articles |
