From 24dc61e4485c08e5cac1a1b185f6921b61c0e1af Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 31 Jan 2019 20:12:52 +0100 Subject: [PATCH] mise en attente chemin de fer --- core/core.php | 47 +++++++---------------------------------------- 1 file changed, 7 insertions(+), 40 deletions(-) diff --git a/core/core.php b/core/core.php index cf145f4a..bfe7ca0d 100644 --- a/core/core.php +++ b/core/core.php @@ -202,38 +202,6 @@ class common { 'title' => 'Contact', 'block' => '12' ], - 'blockRight' => [ - 'typeMenu' => '', - 'iconUrl' => '', - 'disable' => false, - 'content' => '

ZwiiCMS

Le CMS sans base de données grâce une installation simple et rapide.

', - 'hideTitle' => false, - 'metaDescription' => '', - 'metaTitle' => '', - 'moduleId' => '', - 'modulePosition' => '', - 'parentPageId' => '', - 'position' => 0, - 'group' => self::GROUP_VISITOR, - 'targetBlank' => false, - 'title' => 'blockRight' - ], - 'blockLeft' => [ - 'typeMenu' => '', - 'iconUrl' => '', - 'disable' => false, - 'content' => '

Barre latérale à gauche du site

', - 'hideTitle' => false, - 'metaDescription' => '', - 'metaTitle' => '', - 'moduleId' => '', - 'modulePosition' => '', - 'parentPageId' => '', - 'position' => 0, - 'group' => self::GROUP_VISITOR, - 'targetBlank' => false, - 'title' => 'blockLeft' - ] ], 'module' => [ 'blog' => [ @@ -1991,15 +1959,14 @@ class layout extends common { ) ) { // Chemin de fer pour le titre avec des enfants - // echo '

' . $this->core->output['title'] . '

'; + echo '

' . $this->core->output['title'] . '

'; // remplacé par : - echo '

'; - if ($this->getData(['page', $this->getUrl(0), 'parentPageId']) !== '' ) { - echo ''; - echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . ' > '; - - } - echo $this->core->output['title'] . '

'; + //echo '

'; + //if ($this->getData(['page', $this->getUrl(0), 'parentPageId']) !== '' ) { + // echo ''; + // echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . ' > '; + //} + echo $this->core->output['title'] . '

'; // Fin modif } echo $this->core->output['content'];