4 lines
227 B
PHP
4 lines
227 B
PHP
|
<form method="get" id="searchform" action="<?php echo $PHP_SELF; ?>">
|
||
|
<input type="text" value="<?=$s; ?>" name="s" id="s" />
|
||
|
<input type="submit" id="searchsubmit" name="Submit" value="<?php _e('Go!'); ?>" />
|
||
|
</form>
|