From a4cd34a2fa4641bfe71ba52e0a879c45de8b2a45 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 2 May 2019 19:39:11 +0200 Subject: [PATCH] =?UTF-8?q?[9.1.00]=20R=C3=A9=C3=A9criture=20d'URL=20dans?= =?UTF-8?q?=20canonical?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index d8c21dd9..07767582 100644 --- a/core/core.php +++ b/core/core.php @@ -2139,8 +2139,7 @@ class layout extends common { public function showMetaTitle() { echo '' . $this->core->output['metaTitle'] . ''; echo ''; - $canonical = ($this->getUrl(0) == "accueil") ? "" : "?".$this->getUrl(0) ; - echo ''; + echo ''; } /**