summaryrefslogtreecommitdiffstats
path: root/templates/part.searchbox.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.searchbox.php')
-rw-r--r--templates/part.searchbox.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/part.searchbox.php b/templates/part.searchbox.php
new file mode 100644
index 00000000000..910af81ebb2
--- /dev/null
+++ b/templates/part.searchbox.php
@@ -0,0 +1,4 @@
+<form class='searchbox' action='<?php echo $_['searchurl']?>' method='post'>
+ <input name='query' value='<?php if(isset($_POST['query'])){echo $_POST['query'];};?>'/>
+ <input type='submit' value='Search' class='prettybutton'/>
+</form> \ No newline at end of file