From 657d270864c6f8f77d083fe4aa6ba636ecbbd372 Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 12 Jul 2011 00:50:00 -0700 Subject: rework a lot of search /search will eventually search all /search/anime searches only anime --- views/anime/index.html.php | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'views/anime') diff --git a/views/anime/index.html.php b/views/anime/index.html.php index 2b95fcf..270ed76 100644 --- a/views/anime/index.html.php +++ b/views/anime/index.html.php @@ -6,36 +6,4 @@ $this->styles($this->html->style('pagination'));

Anime

-Paginator->paginate(array('separator' => '')) ?> - - - - - - - - - - - - -
TitleDateType
- title ?> - foreign_titles || $anime->alternative_titles): ?> - - foreign_titles): ?> - foreign_titles[0] ?> - - alternative_titles): ?> -       - alternative_titles[0] ?> - - - - - aired ?> - - view_type ?> -
- -Paginator->paginate(array('separator' => '')) ?> +_render('element', 'animetable', compact('anime')) ?> -- cgit v1.2.3