summaryrefslogtreecommitdiff
path: root/www/wiki/LocalSettings.Reevo.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/LocalSettings.Reevo.php')
-rw-r--r--www/wiki/LocalSettings.Reevo.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/wiki/LocalSettings.Reevo.php b/www/wiki/LocalSettings.Reevo.php
index 31500d96..48510f10 100644
--- a/www/wiki/LocalSettings.Reevo.php
+++ b/www/wiki/LocalSettings.Reevo.php
@@ -131,8 +131,10 @@ $egChameleonExternalStyleModules = [
__DIR__ . '/skins/bo/reevo.less' => $wgScriptPath
];
+
\Bootstrap\BootstrapManager::getInstance()->addCacheTriggerFile( __DIR__ . '/skins/bo/reevo.less' );
+
$egChameleonExternalLessVariables = [
'font-size-base' => '18px',
'font-size-large' => '20px',
@@ -336,6 +338,10 @@ $wgCaptchaQuestions = [
$wgCaptchaTriggers['createaccount'] = true;
$wgCaptchaTriggers['badlogin'] = true;
+## HideEmptySections
+require_once( "$IP/extensions/HideEmptySections/HideEmptySections.php" );
+
+
###### Extensiones propias