Manual:$wgSkipSkin
From MediaWiki.org
| Skins: $wgSkipSkin | |
|---|---|
| Specify the name of a skin that should not be presented in the list of available skins. |
|
| Introduced in version: | 1.4.1 |
| Removed in version: | still in use |
| Allowed values: | string |
| Default value: | '' |
Other settings: Alphabetical | By Function
Details [edit]
Specify the name of a skin that should not be presented in the list of available skins. Use for blacklisting a skin which you do not want to remove from the skins directory
Example, in LocalSettings.php put:
# To remove various skins from the User Preferences choices $wgSkipSkin = "simple";
Above would remove "simple"-skin choice. If you want to remove Classic, set 'standard' in the above string.
See also [edit]
- $wgSkipSkins for skipping several skins
| Language: | English • Deutsch • Ελληνικά • français • 日本語 |
|---|