Knowledge Base Article

How to change the default skin for guests in MediaWiki?

To change the MediaWiki skin for users which have not logged in, you should change the $wgDefaultSkin variable in LocalSettings.php.

 

For example, if you wish to change the default skin to standard, you should open LocalSettings.php and change the $wgDefaultSkin variable to:

 

$wgDefaultSkin = 'standard';



Rating

Please indicate if this article was helpful for you.

rating :  5.0 from 5
views :  441
votes :  8

Valid XHTML 1.0 Strict Valid CSS!