mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
fixed not shown navbar in configuration
This commit is contained in:
parent
f44558a385
commit
fc1b7cff3c
@ -234,7 +234,8 @@ class uiconfig
|
|||||||
$GLOBALS['egw']->framework->render(
|
$GLOBALS['egw']->framework->render(
|
||||||
$t->parse('out','header').
|
$t->parse('out','header').
|
||||||
$t->fp('out','body').
|
$t->fp('out','body').
|
||||||
$t->fp('out','footer')
|
$t->fp('out','footer'),
|
||||||
|
null,true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user