diff options
author | raylu <raylu@mixpanel.com> | 2011-07-16 15:07:36 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-16 15:07:36 -0700 |
commit | 9111a1e3d0837b5c79d953901c3a074ff4e5c928 (patch) | |
tree | 0f2708eb13ee2701b163d39e5f52a6282f9de87c /views/search/anime.html.php | |
parent | ae45ae42ab8cbdeb676f6ce4a47cd62ff5f0f6f2 (diff) | |
download | otakuhub-9111a1e3d0837b5c79d953901c3a074ff4e5c928.tar.xz |
attempt to make animetable usable on search/index and search/anime
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' => '')) ?> |