web/wp-content/themes/default-i18n/searchform.php
branchwordpress
changeset 132 4d4862461b8d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/default-i18n/searchform.php	Tue Feb 02 15:44:16 2010 +0000
@@ -0,0 +1,6 @@
+<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
+<label class="hidden" for="s"><?php _e('Search for:', 'kubrick'); ?></label>
+<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
+<input type="submit" id="searchsubmit" value="<?php _e('Search', 'kubrick'); ?>" />
+</div>
+</form>