MediaWiki:Sidebar
- navigation
- mainpage|Marc's Homepage
- recentchanges-url|News
- About Me
- User:MarcSaric|About Me
- User:Marcsaric/Private|Private Parts
- Computing
- Linux|Linux
- Symbian|Symbian
- Eclipse|Eclipse
- Python|Python
Whoops! The default skin for your wiki, defined in $wgDefaultSkin
as minervaneue
, is not available.
Your installation seems to include the following skins. See Manual: Skin configuration for information how to enable them and choose the default.
minervaneue
/ MinervaNeue (disabled)monobook
/ MonoBook (enabled)timeless
/ Timeless (enabled)vector
/ Vector (disabled)chameleon
/ chameleon (disabled)skins/
directory from it.LocalSettings.php
to enable all installed skins:wfLoadSkin( 'MinervaNeue' ); wfLoadSkin( 'Vector' ); wfLoadSkin( 'chameleon' );
LocalSettings.php