diff --git a/core/core.php b/core/core.php index 354f7572..536976fe 100644 --- a/core/core.php +++ b/core/core.php @@ -2060,6 +2060,7 @@ class common { */ public function showi18n() { foreach (self::$i18nList as $key => $value) { + if ($this->getData(['config', 'i18n', $key]) === 'site' OR ( $this->getData(['config', 'i18n','scriptGoogle']) === true @@ -2080,7 +2081,7 @@ class common { } echo '
  • '; - echo ' .  $key . '; + echo '' .  $value . ''; echo '
  • '; } }