Manual:$wgSkipSkins

From MediaWiki.org
Jump to: navigation, search
Skins: $wgSkipSkins
More of the same as $wgSkipSkin.
Introduced in version: 1.4.5
Removed in version: still in use
Allowed values:
Default value: array()

Other settings: Alphabetical | By Function


[edit] Details

Specify the names of skins that should not be presented in the list of available skins. Use for blacklisting one or more skins 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
$wgSkipSkins = array( "chick", "cologneblue", "modern", "myskin", "nostalgia", "simple", "standard" );

Above would remove all skin choices but monobook. If you want to remove Classic, include 'standard' in the above array. Omit from above array any choices that you want to remain.

[edit] See also

Language: English  • Deutsch • Français • 日本語
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox