diff options
author | raylu <raylu@mixpanel.com> | 2011-07-11 23:22:34 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-11 23:22:34 -0700 |
commit | fa1c7d7646da4552dd5894f7c8440f89d1c10c53 (patch) | |
tree | 03cbb91085b40ba6d0952d3642e03973ba68695c /views/anime/index.html.php | |
parent | 02b74d547ac67796a7b935a52de81cd80d160d66 (diff) | |
download | otakuhub-fa1c7d7646da4552dd5894f7c8440f89d1c10c53.tar.xz |
oops, add pagination.css to anime
Diffstat (limited to 'views/anime/index.html.php')
-rw-r--r-- | views/anime/index.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/anime/index.html.php b/views/anime/index.html.php index a67fd5e..2b95fcf 100644 --- a/views/anime/index.html.php +++ b/views/anime/index.html.php @@ -1,5 +1,6 @@ <?php $this->styles($this->html->style('anime')); +$this->styles($this->html->style('pagination')); ?> <h2 class="ribbon full">Anime</h2> |