mise en attente chemin de fer
This commit is contained in:
parent
795e5a8d15
commit
24dc61e448
@ -202,38 +202,6 @@ class common {
|
|||||||
'title' => 'Contact',
|
'title' => 'Contact',
|
||||||
'block' => '12'
|
'block' => '12'
|
||||||
],
|
],
|
||||||
'blockRight' => [
|
|
||||||
'typeMenu' => '',
|
|
||||||
'iconUrl' => '',
|
|
||||||
'disable' => false,
|
|
||||||
'content' => '<div class="block"><h4>ZwiiCMS</h4><p style="text-align: center;"><a href="https://www.zwiicms.com" target="_blank" rel="noopener"><h3>Le CMS sans base de données grâce une installation simple et rapide.</h3></a></p></div>',
|
|
||||||
'hideTitle' => false,
|
|
||||||
'metaDescription' => '',
|
|
||||||
'metaTitle' => '',
|
|
||||||
'moduleId' => '',
|
|
||||||
'modulePosition' => '',
|
|
||||||
'parentPageId' => '',
|
|
||||||
'position' => 0,
|
|
||||||
'group' => self::GROUP_VISITOR,
|
|
||||||
'targetBlank' => false,
|
|
||||||
'title' => 'blockRight'
|
|
||||||
],
|
|
||||||
'blockLeft' => [
|
|
||||||
'typeMenu' => '',
|
|
||||||
'iconUrl' => '',
|
|
||||||
'disable' => false,
|
|
||||||
'content' => '<p>Barre latérale à gauche du site</p>',
|
|
||||||
'hideTitle' => false,
|
|
||||||
'metaDescription' => '',
|
|
||||||
'metaTitle' => '',
|
|
||||||
'moduleId' => '',
|
|
||||||
'modulePosition' => '',
|
|
||||||
'parentPageId' => '',
|
|
||||||
'position' => 0,
|
|
||||||
'group' => self::GROUP_VISITOR,
|
|
||||||
'targetBlank' => false,
|
|
||||||
'title' => 'blockLeft'
|
|
||||||
]
|
|
||||||
],
|
],
|
||||||
'module' => [
|
'module' => [
|
||||||
'blog' => [
|
'blog' => [
|
||||||
@ -1991,15 +1959,14 @@ class layout extends common {
|
|||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
// 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>';
|
echo '<h1 id="sectionTitle">' . $this->core->output['title'] . '</h1>';
|
||||||
// remplacé par :
|
// 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']) .'">';
|
||||||
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'] . '</h1>';
|
||||||
echo $this->core->output['title'] . '</h2>';
|
|
||||||
// Fin modif
|
// Fin modif
|
||||||
}
|
}
|
||||||
echo $this->core->output['content'];
|
echo $this->core->output['content'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user