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:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user