From db7bd2d1f511fafe73eccb3bf96a9c1bfdc7d099 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 10 Jul 2011 23:33:55 -0700 Subject: pagination styling --- views/search/anime.html.php | 5 ++++- views/search/index.html.php | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/search/anime.html.php b/views/search/anime.html.php index 70a6315..485e389 100644 --- a/views/search/anime.html.php +++ b/views/search/anime.html.php @@ -1,3 +1,6 @@ +styles($this->html->style('pagination')); +?>
@@ -24,4 +27,4 @@ Paginator->paginate(array('separator' => '', 'action' => 'index/anime')); ?>

-
\ No newline at end of file + diff --git a/views/search/index.html.php b/views/search/index.html.php index 91bc1fa..ffdd82c 100644 --- a/views/search/index.html.php +++ b/views/search/index.html.php @@ -1,4 +1,5 @@ styles($this->html->style('pagination')); //table helper function table($data, array $headers = array(), array $options = array()) { @@ -47,4 +48,4 @@ function table($data, array $headers = array(), array $options = array()) { Paginator->paginate(array('separator' => '', 'action' => 'index/anime')); ?>
- \ No newline at end of file + -- cgit v1.2.3