diff options
Diffstat (limited to 'searchform.php')
-rw-r--r-- | searchform.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searchform.php b/searchform.php new file mode 100644 index 0000000..6abd302 --- /dev/null +++ b/searchform.php @@ -0,0 +1,5 @@ +<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
+<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
+<input type="submit" id="searchsubmit" value="<?php _e('Search','NorthStar');?>" class="button" />
+</div>
+</form>
|