summaryrefslogtreecommitdiffstats
path: root/views/search/anime.html.php
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-16 16:57:53 -0700
committerraylu <raylu@mixpanel.com>2011-07-16 16:57:53 -0700
commit30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 (patch)
treef57f67d2ebec64bb7110665bf09a37ec04083266 /views/search/anime.html.php
parentec5b4d4fbfa3f4daecbd01ca6fd38a3d5944990b (diff)
downloadotakuhub-30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33.tar.xz
make search index work
clean up a lot of code renamed anime.css to table.css
Diffstat (limited to 'views/search/anime.html.php')
-rw-r--r--views/search/anime.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/search/anime.html.php b/views/search/anime.html.php
index 89cc9e9..94acb84 100644
--- a/views/search/anime.html.php
+++ b/views/search/anime.html.php
@@ -1,6 +1,6 @@
<?php
-$this->styles($this->html->style('anime'));
$this->styles($this->html->style('pagination'));
+$this->styles($this->html->style('table'));
?>
<?= $this->_render('element', 'search') ?>
@@ -10,6 +10,6 @@ $this->styles($this->html->style('pagination'));
<?= $this->Paginator->paginate(array('separator' => '')) ?>
-<?= $this->_render('element', 'animetable', compact('anime')) ?>
+<?= $this->_render('element', 'animetable') ?>
<?= $this->Paginator->paginate(array('separator' => '')) ?>