|
<form id="searchform" name="searchform" method="get" action="/">
|
|
<div>
|
|
<label for="s"><?php _e('Search', 'twentyten'); ?></label>
|
|
<input type="text" id="s" name="s" />
|
|
<input type="submit" id="searchsubmit" value="<?php _e('Search', 'twentyten'); ?>" />
|
|
</div>
|
|
</form>
|