From 01a3c4b089f67858a8d54e3e65c26410e4425eb3 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 5 Feb 2019 21:54:45 +0100 Subject: [PATCH] symbole du breadcrumb --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 17c33557..f00b1147 100644 --- a/core/core.php +++ b/core/core.php @@ -1998,7 +1998,7 @@ class layout extends common { if ( !empty($this->getData(['page', $this->getUrl(0), 'parentPageId'])) && $this->getData(['page', $this->getUrl(0), 'includeParent'])) { echo ''; - echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . ' > '; + echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . ' › '; } echo $this->core->output['title'] . ''; // Fin modif