From: Trevor Parscal Date: Tue, 14 Jul 2009 22:05:11 +0000 (+0000) Subject: Added default setting for $wgVectorUseSimpleSearch. X-Git-Tag: 1.31.0-rc.0~40950 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=6864f97969027524505ca9fd61a16af430cd0b7f;p=lhc%2Fweb%2Fwiklou.git Added default setting for $wgVectorUseSimpleSearch. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 521e441000..0d52c1397b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3869,6 +3869,13 @@ $wgEnforceHtmlIds = true; */ $wgUseTwoButtonsSearchForm = true; +/** + * Search form behavior for Vector skin only + * true = use an icon search button + * false = use Go & Search buttons + */ +$wgVectorUseSimpleSearch = false; + /** * Preprocessor caching threshold */