diff options
Diffstat (limited to 'phpBB/templates/subSilver/searchbox.html')
-rw-r--r-- | phpBB/templates/subSilver/searchbox.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/templates/subSilver/searchbox.html b/phpBB/templates/subSilver/searchbox.html deleted file mode 100644 index 4402836502..0000000000 --- a/phpBB/templates/subSilver/searchbox.html +++ /dev/null @@ -1,6 +0,0 @@ - -<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="btnlite" type="submit" value="{L_GO}" /></td> - </tr> -</table></form> |