From 9111a1e3d0837b5c79d953901c3a074ff4e5c928 Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 16 Jul 2011 15:07:36 -0700 Subject: attempt to make animetable usable on search/index and search/anime --- views/layouts/default.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/layouts/default.html.php') diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index ee76dd1..bfb04d9 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -62,8 +62,8 @@ use \lithium\security\Auth; '; ?> - form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?> - form->text('search', array('placeholder' => 'Search...')); ?> + form->create(null, array('url' => '/search/', 'class' => 'search', 'method' => 'get')); ?> + form->text('q', array('placeholder' => 'Search...')); ?> form->end(); ?> -- cgit v1.2.3