From fb122e00a4da34e67511c7442125ceb5e51440be Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Mon, 17 Mar 2025 16:34:12 +0300 Subject: [PATCH] Fix: Call "getBodyTopHTML" instead of the tag (bandwidth.php) --- web/skins/classic/views/bandwidth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/skins/classic/views/bandwidth.php b/web/skins/classic/views/bandwidth.php index 490489db2..a43fcf20a 100644 --- a/web/skins/classic/views/bandwidth.php +++ b/web/skins/classic/views/bandwidth.php @@ -33,8 +33,9 @@ if ( $user && !empty($user->MaxBandwidth()) ) { $focusWindow = true; xhtmlHeaders(__FILE__, translate('Bandwidth')); +getBodyTopHTML(); +echo getNavBarHTML(); ?> -
- - +