diff options
Diffstat (limited to 'views/search/anime.html.php')
-rw-r--r-- | views/search/anime.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/search/anime.html.php b/views/search/anime.html.php index 4d0332f..89cc9e9 100644 --- a/views/search/anime.html.php +++ b/views/search/anime.html.php @@ -7,4 +7,9 @@ $this->styles($this->html->style('pagination')); <h2>Anime Search Results</h2> (search instead for ...) + +<?= $this->Paginator->paginate(array('separator' => '')) ?> + <?= $this->_render('element', 'animetable', compact('anime')) ?> + +<?= $this->Paginator->paginate(array('separator' => '')) ?> |