Skip to content

Commit 617e8f1

Browse files
committed
fix(ui): dont force layout for service catalog
1 parent 1ea5325 commit 617e8f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

inc/wizard.class.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ public static function header($title) {
2121
}
2222
$HEADER_LOADED = true;
2323

24-
// force layout of glpi
25-
$_SESSION['glpilayout'] = "lefttab";
26-
2724
Html::includeHeader($title);
2825

2926
$body_class = "layout_".$_SESSION['glpilayout'];

0 commit comments

Comments
 (0)