diff options
author | raylu <raylu@mixpanel.com> | 2011-07-16 21:27:12 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-16 21:27:12 -0700 |
commit | 3404aebda95c78a98e477c120354f20891f55c7b (patch) | |
tree | c00b0f0ff1c47f9134bc6987a7e3bcfea53a7aca /views/search/anime.html.php | |
parent | 30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 (diff) | |
download | otakuhub-3404aebda95c78a98e477c120354f20891f55c7b.tar.xz |
search page styling
Diffstat (limited to 'views/search/anime.html.php')
-rw-r--r-- | views/search/anime.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/search/anime.html.php b/views/search/anime.html.php index 94acb84..7fbb6d8 100644 --- a/views/search/anime.html.php +++ b/views/search/anime.html.php @@ -1,6 +1,7 @@ <?php $this->styles($this->html->style('pagination')); $this->styles($this->html->style('table')); +$this->styles($this->html->style('search')); ?> <?= $this->_render('element', 'search') ?> |