Chemin de fer
This commit is contained in:
parent
f54c4e9fbb
commit
795e5a8d15
@ -1990,8 +1990,9 @@ 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>';
|
|
||||||
// Chemin de fer pour le titre avec des enfants
|
// Chemin de fer pour le titre avec des enfants
|
||||||
|
// echo '<h1 id="sectionTitle">' . $this->core->output['title'] . '</h1>';
|
||||||
|
// remplacé par :
|
||||||
echo '<h2 id="sectionTitle">';
|
echo '<h2 id="sectionTitle">';
|
||||||
if ($this->getData(['page', $this->getUrl(0), 'parentPageId']) !== '' ) {
|
if ($this->getData(['page', $this->getUrl(0), 'parentPageId']) !== '' ) {
|
||||||
echo '<a href="' . helper::baseUrl() . $this->getData(['page', $this->getUrl(0), 'parentPageId']) .'">';
|
echo '<a href="' . helper::baseUrl() . $this->getData(['page', $this->getUrl(0), 'parentPageId']) .'">';
|
||||||
|
Loading…
Reference in New Issue
Block a user