summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-content/themes/home/searchform.php
blob: 340a34bd8d264d73fa1663fb8318647df49e232a (plain)
1
2
3
4
5
<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>