diff --git a/core/class/layout.class.php b/core/class/layout.class.php index 8da0c7c2..59596755 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -1016,7 +1016,10 @@ class layout extends common } } if ($this->getUser('group') >= self::GROUP_MODERATOR) { - $rightItems .= '
  • ' . template::ico('user', ['margin' => 'right']) . '' . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . '
  • '; + $rightItems .= '
  • ' . + template::ico('user', ['margin' => 'right']) . '' . $this->getUser('firstname') . ' ' . $this->getUser('lastname') . + '
  • '; } $rightItems .= '
  • ' . template::ico('logout', [ 'help' => 'Déconnecter', diff --git a/core/module/page/view/edit/edit.php b/core/module/page/view/edit/edit.php index 3d60521a..2f4be106 100644 --- a/core/module/page/view/edit/edit.php +++ b/core/module/page/view/edit/edit.php @@ -148,7 +148,7 @@
    'Emplacement :', + 'label' => 'Emplacement', 'selected' => $this->getData(['page', $this->getUrl(2), 'extraPosition']), 'help' => 'Le menu accessoire est aligné à droite de la barre de menu, c\'est un emplacement réservé aux drapeaux et au bouton de connexion.' ]); ?> diff --git a/core/module/plugin/view/item/item.php b/core/module/plugin/view/item/item.php index e15dad5d..efb6cb73 100644 --- a/core/module/plugin/view/item/item.php +++ b/core/module/plugin/view/item/item.php @@ -35,7 +35,7 @@
    - +   diff --git a/core/module/theme/view/header/header.php b/core/module/theme/view/header/header.php index e245cbc4..4853f88d 100644 --- a/core/module/theme/view/header/header.php +++ b/core/module/theme/view/header/header.php @@ -167,7 +167,7 @@ - - - +