From 30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 16 Jul 2011 16:57:53 -0700 Subject: make search index work clean up a lot of code renamed anime.css to table.css --- views/search/anime.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/search/anime.html.php') 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 @@ styles($this->html->style('anime')); $this->styles($this->html->style('pagination')); +$this->styles($this->html->style('table')); ?> _render('element', 'search') ?> @@ -10,6 +10,6 @@ $this->styles($this->html->style('pagination')); Paginator->paginate(array('separator' => '')) ?> -_render('element', 'animetable', compact('anime')) ?> +_render('element', 'animetable') ?> Paginator->paginate(array('separator' => '')) ?> -- cgit v1.2.3