symbole du breadcrumb

This commit is contained in:
fredtempez 2019-02-05 21:54:45 +01:00
parent 3e26ce4f6d
commit 01a3c4b089
1 changed files with 1 additions and 1 deletions

View File

@ -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 '<a href="' . helper::baseUrl() . $this->getData(['page', $this->getUrl(0), 'parentPageId']) .'">';
echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . '</a> > ';
echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . '</a> &#8250; ';
}
echo $this->core->output['title'] . '</h2>';
// Fin modif