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