diff options
Diffstat (limited to 'themes/pushbutton/page.tpl.php')
-rw-r--r-- | themes/pushbutton/page.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php index f10f65927..1e1262054 100644 --- a/themes/pushbutton/page.tpl.php +++ b/themes/pushbutton/page.tpl.php @@ -56,7 +56,7 @@ <?php if ($search_box): ?> <form action="<?php print $search_url ?>" method="post"> <div id="search"> - <input class="form-text" type="text" size="15" value="" name="keys" alt="<?php print $search_description ?>" /> + <input class="form-text" type="text" size="15" value="" name="edit[keys]" alt="<?php print $search_description ?>" /> <input class="form-submit" type="submit" value="<?php print $search_button_text ?>" alt="submit" /> </div> </form> @@ -139,4 +139,4 @@ <?php endif; ?> <?php print $closure;?> </body> -</html>
\ No newline at end of file +</html> |