2010-02-07 11:16:26 -05:00
|
|
|
<form id="searchform" name="searchform" method="get" action="/">
|
|
|
|
<div>
|
2010-02-08 12:59:08 -05:00
|
|
|
<label for="s"><?php _e('Search', 'twentyten'); ?></label>
|
2010-02-07 11:16:26 -05:00
|
|
|
<input type="text" id="s" name="s" />
|
|
|
|
<input type="submit" id="searchsubmit" value="<?php _e('Search', 'twentyten'); ?>" />
|
|
|
|
</div>
|
|
|
|
</form>
|