diff options
Diffstat (limited to 'views/search/index.html.php')
-rw-r--r-- | views/search/index.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <?php +$this->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()) { <?=$this->Paginator->paginate(array('separator' => '', 'action' => 'index/anime')); ?> </div> <br class="cl"> -</div>
\ No newline at end of file +</div> |