From a796e27c01a4836bff64ecba03c723a1a67b954f Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Tue, 21 Mar 2023 23:42:16 +0300 Subject: [PATCH] Fixed the display of the admin panel --- system/acp/distributor.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/system/acp/distributor.php b/system/acp/distributor.php index 355a10c..4649f4b 100644 --- a/system/acp/distributor.php +++ b/system/acp/distributor.php @@ -78,9 +78,9 @@ $cfg['currency'], $cfg['http'].'acp/', $cfg['http'], - $cfg['http'].'template/acp/js/', - $cfg['http'].'template/acp/css/', - $cfg['http'].'template/acp/images/' + $cfg['http'].'acp/template/js/', + $cfg['http'].'acp/template/css/', + $cfg['http'].'acp/template/images/' ), ); } @@ -101,9 +101,9 @@ array( $cfg['http'].'acp/', $cfg['http'], - $cfg['http'].'template/acp/js/', - $cfg['http'].'template/acp/css/', - $cfg['http'].'template/acp/images/' + $cfg['http'].'acp/template/js/', + $cfg['http'].'acp/template/css/', + $cfg['http'].'acp/template/images/' ), ); } @@ -114,9 +114,9 @@ $html->set('acp', $cfg['http'].'acp/'); $html->set('admin', $user['id']); $html->set('home', $cfg['http']); - $html->set('js', $cfg['http'].'template/acp/js/'); - $html->set('css', $cfg['http'].'template/acp/css/'); - $html->set('img', $cfg['http'].'template/acp/images/'); + $html->set('js', $cfg['http'].'acp/template/js/'); + $html->set('css', $cfg['http'].'acp/template/css/'); + $html->set('img', $cfg['http'].'acp/template/images/'); if(isset($html->arr['menu'])) {