summaryrefslogtreecommitdiffstats
path: root/views/layouts
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-16 15:07:36 -0700
committerraylu <raylu@mixpanel.com>2011-07-16 15:07:36 -0700
commit9111a1e3d0837b5c79d953901c3a074ff4e5c928 (patch)
tree0f2708eb13ee2701b163d39e5f52a6282f9de87c /views/layouts
parentae45ae42ab8cbdeb676f6ce4a47cd62ff5f0f6f2 (diff)
downloadotakuhub-9111a1e3d0837b5c79d953901c3a074ff4e5c928.tar.xz
attempt to make animetable usable on search/index and search/anime
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/default.html.php4
1 files changed, 2 insertions, 2 deletions
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;
';
?>
- <?= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?>
- <?= $this->form->text('search', array('placeholder' => 'Search...')); ?>
+ <?= $this->form->create(null, array('url' => '/search/', 'class' => 'search', 'method' => 'get')); ?>
+ <?= $this->form->text('q', array('placeholder' => 'Search...')); ?>
<input type="submit" value="Go">
<?= $this->form->end(); ?>