diff --git a/system/compat_config.php b/system/compat_config.php index 01c2aa00..3bb926c4 100644 --- a/system/compat_config.php +++ b/system/compat_config.php @@ -12,7 +12,7 @@ $deprecatedConfig = [ 'meta_description', 'meta_keywords', 'footer', - 'language', + //'language', 'visitors_counter', 'visitors_counter_ttl', 'views_counter', @@ -22,4 +22,4 @@ $deprecatedConfig = [ foreach ($deprecatedConfig as $value) { $config[$value] = $settings['core.'.$value]['value']; -} \ No newline at end of file +} diff --git a/system/settings.php b/system/settings.php index ff19ac2f..c3ffc3a8 100644 --- a/system/settings.php +++ b/system/settings.php @@ -88,7 +88,7 @@ might bring some performance when disabled', 'desc' => 'For example: "' . escapeHtml('
') . 'Your Server © 2020. All rights reserved."', 'default' => '', ], - 'language' => [ + /*'language' => [ 'name' => 'Language', 'type' => 'options', 'options' => ['en' => 'English'],