2004-12-30 06:25:15 -05:00
|
|
|
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
|
2004-12-30 06:35:04 -05:00
|
|
|
<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
|
2005-01-24 03:15:10 -05:00
|
|
|
<input type="submit" id="searchsubmit" name="Submit" value="Search" />
|
2004-12-30 06:25:15 -05:00
|
|
|
</div>
|
|
|
|
</form>
|