summaryrefslogtreecommitdiff
path: root/LocalSettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'LocalSettings.php')
-rw-r--r--LocalSettings.php13
1 files changed, 9 insertions, 4 deletions
diff --git a/LocalSettings.php b/LocalSettings.php
index 2a4a9b5..899ed34 100644
--- a/LocalSettings.php
+++ b/LocalSettings.php
@@ -321,9 +321,10 @@ $wgEnableMetaDescriptionFunctions = true;
## HideNamespace
require_once "$IP/extensions/HideNamespace/HideNamespace.php";
$wgHidensNamespaces = array(
- // NS_REGION,
+ NS_CATEGORY,
NS_GATHERING,
- // NS_USER,
+ NS_REGION,
+ NS_USER,
NS_ECOVERSITY,
// NS_EVENTO,
// NS_REVISAR,
@@ -452,6 +453,12 @@ $wgHooks['EmailUser'][] = function ( &$address, &$from, &$subject, &$text, &$err
};
+wfLoadExtension( 'Scribunto' );
+$wgScribuntoDefaultEngine = 'luastandalone';
+
+wfLoadExtension( 'CategoryTree' );
+
+
###### Extensiones propias
## CountryStates
@@ -464,7 +471,5 @@ $smwgQMaxDepth = 1000;
$smwgQMaxSize = 1000;
-wfLoadExtension( 'Scribunto' );
-$wgScribuntoDefaultEngine = 'luastandalone';
ini_set('memory_limit', '1024M');