[9.0.07] libellé

This commit is contained in:
fredtempez 2019-03-16 22:31:27 +01:00
parent faf4130e38
commit 0ce8bd5d02
1 changed files with 1 additions and 1 deletions

View File

@ -2344,7 +2344,7 @@ class layout extends common {
if ($this->getData(['page', $parentPageId, 'position']) !== 0 && if ($this->getData(['page', $parentPageId, 'position']) !== 0 &&
$orpheline ) { $orpheline ) {
$orpheline = false; $orpheline = false;
$leftItems .= '<optgroup label="Pages dans le menu">'; $leftItems .= '<optgroup label="Pages du menu">';
} }
// Exclure les barres // Exclure les barres
if ($this->getData(['page', $parentPageId, 'block']) !== 'bar') { if ($this->getData(['page', $parentPageId, 'block']) !== 'bar') {