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/elements/animetable.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/elements/animetable.html.php')
-rw-r--r-- | views/elements/animetable.html.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/elements/animetable.html.php b/views/elements/animetable.html.php index 16e8260..a074c68 100644 --- a/views/elements/animetable.html.php +++ b/views/elements/animetable.html.php @@ -1,5 +1,3 @@ -<?= $this->Paginator->paginate(array('separator' => '')) ?> - <table> <th>Title</th> <th>Date</th> @@ -29,5 +27,3 @@ </tr> <?php endforeach ?> </table> - -<?= $this->Paginator->paginate(array('separator' => '')) ?> |