Test: verschil tussen versies
Uit Documents
(→Sectie #1) |
(→Sectie #1) |
||
| Regel 2: | Regel 2: | ||
<source lang="php"> | <source lang="php"> | ||
| − | + | // disable language selection | |
| + | $wgHiddenPrefs[] = 'language'; | ||
| + | // if you want to disable variants as well | ||
| + | $wgHiddenPrefs[] = 'variant'; | ||
| + | $wgHiddenPrefs[] = 'noconvertlink'; | ||
</source> | </source> | ||
[[Category:Test Documents]] | [[Category:Test Documents]] | ||
Versie van 24 jan 2011 om 21:05
Sectie #1
// disable language selection
$wgHiddenPrefs[] = 'language';
// if you want to disable variants as well
$wgHiddenPrefs[] = 'variant';
$wgHiddenPrefs[] = 'noconvertlink';