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