« MediaWiki pour débutants/Installer des extensions » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 89 :
 
:<syntaxhighlight lang="php">
# Enabled skins.
# The following skins were automatically enabled:
wfLoadSkin( 'CologneBlue' );
wfLoadSkin( 'Modern' );
wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Vector' );
 
# End of automatically generated settings.
# Add more configuration options below.
require_once "$IP/skins/Vector/Vector.php";
 
wfLoadExtension( '<extension-name>' );