web/wp-content/themes/seoblogsystem/searchform.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/seoblogsystem/searchform.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,3 @@
+<form method="get" id="searchform" action="<?php bloginfo('home'); ?>">
+	<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" />
+</form>