forked from ZwiiCMS-Team/ZwiiCMS
symbole du breadcrumb
This commit is contained in:
parent
3e26ce4f6d
commit
01a3c4b089
@ -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> › ';
|
||||
}
|
||||
echo $this->core->output['title'] . '</h2>';
|
||||
// Fin modif
|
||||
|
Loading…
Reference in New Issue
Block a user