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 ''; } /**