From 9cd0c8becd6ff961fdb40efc4b6d795799127935 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Tue, 30 Jun 2020 09:28:32 +0200 Subject: [PATCH] feat(wizard): handle GLPI's impersonate feature Signed-off-by: Thierry Bugier --- inc/wizard.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/wizard.class.php b/inc/wizard.class.php index 6c9e3586b..328c57b2d 100644 --- a/inc/wizard.class.php +++ b/inc/wizard.class.php @@ -71,6 +71,8 @@ public static function header($title) { } echo '
'; + Html::displayImpersonateBanner(); + // menu toggle (responsive mode) echo ""; echo "";