[10.0.63.dev] repère de page d'accueil

This commit is contained in:
fredtempez 2019-11-03 08:37:33 +01:00
parent dfb75a2952
commit 489980fd0d
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class common {
const TEMP_DIR = 'site/tmp/'; const TEMP_DIR = 'site/tmp/';
// Numéro de version // Numéro de version
const ZWII_VERSION = '10.0.62.dev'; const ZWII_VERSION = '10.0.63.dev';
public static $actions = []; public static $actions = [];
public static $coreModuleIds = [ public static $coreModuleIds = [
@ -2640,7 +2640,7 @@ class layout extends common {
($this->getData(['page', $parentPageId, 'disable']) === true ? ' class="inactive"' : '') . ($this->getData(['page', $parentPageId, 'disable']) === true ? ' class="inactive"' : '') .
'>' . '>' .
$this->getData(['page', $parentPageId, 'title']); $this->getData(['page', $parentPageId, 'title']);
$leftItems .= $this->getData(['page',$parentPageId,'homePageId']) === true ? ' (A)</option>' : '</option>'; $leftItems .= $this->getData(['page',$parentPageId,'homePageId']) === true ? '&nbsp;&oplus;</option>' : '</option>';
foreach($childrenPageIds as $childKey) { foreach($childrenPageIds as $childKey) {
$leftItems .= '<option value="' . $leftItems .= '<option value="' .
helper::baseUrl() . helper::baseUrl() .