diff --git a/LocalSettings.php.tmpl b/LocalSettings.php.tmpl index 074b94f..b5b8719 100644 --- a/LocalSettings.php.tmpl +++ b/LocalSettings.php.tmpl @@ -139,6 +139,10 @@ wfLoadSkin( 'Vector' ); # The following extensions were automatically enabled: wfLoadExtension( 'VisualEditor' ); +wfLoadExtension( 'Interwiki' ); +wfLoadExtension( 'Cite' ); +wfLoadExtension( 'ParserFunctions' ); + # End of automatically generated settings. # Add more configuration options below.