From 489980fd0d72865bb5b3b8f3e857fa4ad4813da7 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 3 Nov 2019 08:37:33 +0100 Subject: [PATCH] =?UTF-8?q?[10.0.63.dev]=20rep=C3=A8re=20de=20page=20d'acc?= =?UTF-8?q?ueil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 585dfa0f..2086fb61 100644 --- a/core/core.php +++ b/core/core.php @@ -31,7 +31,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.62.dev'; + const ZWII_VERSION = '10.0.63.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -2640,7 +2640,7 @@ class layout extends common { ($this->getData(['page', $parentPageId, 'disable']) === true ? ' class="inactive"' : '') . '>' . $this->getData(['page', $parentPageId, 'title']); - $leftItems .= $this->getData(['page',$parentPageId,'homePageId']) === true ? ' (A)' : ''; + $leftItems .= $this->getData(['page',$parentPageId,'homePageId']) === true ? ' ⊕' : ''; foreach($childrenPageIds as $childKey) { $leftItems .= '