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