Use getBodyTopHTML so that we get error messages in UI
This commit is contained in:
parent
2b0398b35a
commit
b10bb9d8b0
|
@ -54,9 +54,9 @@ else
|
|||
$focusWindow = true;
|
||||
|
||||
xhtmlHeaders(__FILE__, translate('Options'));
|
||||
getBodyTopHTML();
|
||||
echo getNavBarHTML();
|
||||
?>
|
||||
<body>
|
||||
<?php echo getNavBarHTML(); ?>
|
||||
<div class="container-fluid">
|
||||
<div class="row flex-nowrap">
|
||||
<nav id="sidebar">
|
||||
|
|
Loading…
Reference in New Issue