diff options
Diffstat (limited to 'themes/pushbutton/page.tpl.php')
-rw-r--r-- | themes/pushbutton/page.tpl.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php index 88a3d2783..bc46c38dd 100644 --- a/themes/pushbutton/page.tpl.php +++ b/themes/pushbutton/page.tpl.php @@ -45,14 +45,7 @@ <?php print theme('links', $secondary_links) ?> </td> <td width="25%" align="center" valign="middle"> - <?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="edit[keys]" alt="<?php print $search_description ?>" /> - <input class="form-submit" type="submit" value="<?php print $search_button_text ?>" alt="submit" /> - </div> - </form> - <?php endif; ?> + <?php print $search_box ?> </td> </tr> <tr> |