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