Use getBodyTopHTML so that we get error reporting

This commit is contained in:
Isaac Connor 2021-03-22 13:00:08 -04:00
parent be0841832e
commit 1dc32a0eed
1 changed files with 2 additions and 2 deletions

View File

@ -187,10 +187,10 @@ foreach ( dbFetchAll('SELECT Id, Name, MonitorId FROM Zones ORDER BY lower(`Name
}
xhtmlHeaders(__FILE__, translate('EventFilter'));
echo getBodyTopHTML();
echo $navbar = getNavBarHTML();
?>
<body>
<div id="page">
<?php echo $navbar = getNavBarHTML(); ?>
<div id="content">
<form name="selectForm" id="selectForm" method="get" action="?">
<input type="hidden" name="view" value="filter"/>