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