forked from ZwiiCMS-Team/ZwiiCMS
breadcrumb en h2
This commit is contained in:
parent
b59322842c
commit
02c05da7fe
@ -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'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user