2007-03-07 03:05:41 +00:00
|
|
|
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
|
2008-05-04 10:37:06 +00:00
|
|
|
<label class="hidden" for="s"><?php _e('Search for:'); ?></label>
|
2006-09-07 17:37:26 +00:00
|
|
|
<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
|
2005-02-02 10:57:07 +00:00
|
|
|
<input type="submit" id="searchsubmit" value="Search" />
|
2004-12-30 11:25:15 +00:00
|
|
|
</div>
|
2005-11-17 10:10:10 +00:00
|
|
|
</form>
|