diff --git a/core/core.php b/core/core.php index e36fcfdd..0ea1a580 100644 --- a/core/core.php +++ b/core/core.php @@ -2033,7 +2033,13 @@ class common { echo '' . $this->output['metaTitle'] . ''; echo ''; - echo ''; + if ( + $this->getData(['locale', 'homePageId']) === $this->getUrl(0) + ) { + echo ''; + } else { + echo ''; + } } /**