WordPress/wp-content/themes/default/searchform.php
2005-02-02 10:57:07 +00:00

5 lines
241 B
PHP

<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>