web/wp-content/themes/seoblogsystem/searchform.php
author convert-repo
Mon, 22 Mar 2010 10:49:29 +0000
changeset 3 ba1be1ffaa11
parent 1 0d28b7c10758
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     1
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     2
	<input type="text" class="text" value="<?php the_search_query(); ?>" name="s" id="s" /><input class="but" type="image" src="<?php bloginfo('stylesheet_directory'); ?>/images/search.gif" value="submit" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
     3
</form>