From 62a42e4a8e37c4cec27446db17bdc00584a4454d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Fri, 7 Oct 2022 17:30:08 +0200 Subject: [PATCH] showMetaTitle --- core/core.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ''; + } } /**