| 57 |
<div id="sidebar"> |
<div id="sidebar"> |
| 58 |
<?php if ($search_box): ?> |
<?php if ($search_box): ?> |
| 59 |
<form action="<?php print $search_url ?>" method="post" id="searchform"> |
<form action="<?php print $search_url ?>" method="post" id="searchform"> |
| 60 |
<input class="form-text" type="text" size="15" value="" name="keys" id="s" /> |
<input class="form-text" type="text" size="15" value="" name="edit[keys]" id="s" /> |
| 61 |
<input class="form-submit" type="submit" value="<?php print $search_button_text ?>" id="searchsubmit" /> |
<input class="form-submit" type="submit" value="<?php print $search_button_text ?>" id="searchsubmit" /> |
| 62 |
</form> |
</form> |
| 63 |
<?php endif; ?> |
<?php endif; ?> |