1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Try to avoid confusion by disabling the search form (which

does not contain anything else, but the same as the top right part)
This commit is contained in:
Gabor Hojtsy
2003-11-07 20:08:06 +00:00
parent 429422d91f
commit 0119e1d6e5

View File

@@ -88,6 +88,8 @@ else {
// Print out common header
site_header("Search");
echo "<p>The search feature is accessible via the form elements at the top right of this page.</p>";
if (FALSE) {
if (isset($EXPL_LANG)) {
$lang_input = " <input type=\"hidden\" name=\"lang\" value=\"{$EXPL_LANG}\" />\n";
} else {
@@ -126,5 +128,6 @@ foreach ($searchoptions as $key => $value) {
</p>
</form>
<?php
}
site_footer(array("functionsjs"));
}