aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/templates/subSilver/searchbox.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/searchbox.html b/phpBB/templates/subSilver/searchbox.html
new file mode 100644
index 0000000000..daf4470cbe
--- /dev/null
+++ b/phpBB/templates/subSilver/searchbox.html
@@ -0,0 +1,6 @@
+
+<form method="post" name="search" action="{S_SEARCHBOX_ACTION}"><table cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td nowrap="nowrap"><span class="gensmall">{L_SEARCH_FOR}:</span> <input class="post" type="text" name="search_keywords" size="20" /> <input class="liteoption" type="submit" value="{L_GO}" /></td>
+ </tr>
+</table></form>