Fix: Call "getBodyTopHTML" instead of the <body> tag (bandwidth.php)

This commit is contained in:
IgorA100
2025-03-17 16:34:12 +03:00
committed by GitHub
parent 77d905fb74
commit fb122e00a4

View File

@@ -33,8 +33,9 @@ if ( $user && !empty($user->MaxBandwidth()) ) {
$focusWindow = true;
xhtmlHeaders(__FILE__, translate('Bandwidth'));
getBodyTopHTML();
echo getNavBarHTML();
?>
<body>
<div id="page">
<div id="header">
<h2><?php echo translate('Bandwidth') ?></h2>
@@ -52,5 +53,4 @@ xhtmlHeaders(__FILE__, translate('Bandwidth'));
</form>
</div>
</div>
</body>
</html>
<?php xhtmlFooter() ?>