breadcrumb en h2

This commit is contained in:
fredtempez 2019-02-07 18:07:10 +01:00
parent b59322842c
commit 02c05da7fe
1 changed files with 1 additions and 1 deletions

View File

@ -2012,7 +2012,7 @@ class layout extends common {
OR $this->getData(['page', $this->getUrl(0), 'hideTitle']) === false OR $this->getData(['page', $this->getUrl(0), 'hideTitle']) === false
) )
) { ) {
echo '<h1 id="sectionTitle">' . $this->core->output['title'] . '</h1>'; echo '<h2 id="sectionTitle">' . $this->core->output['title'] . '</h2>';
} }
echo $this->core->output['content']; echo $this->core->output['content'];
} }