update base structure

This commit is contained in:
envoyr
2022-02-16 20:29:42 +01:00
parent 91197bcff2
commit a4d6d183ff
18 changed files with 39943 additions and 154 deletions

View File

@@ -344,7 +344,7 @@ if (is_array($_themeoptions) && (!array_key_exists('variants', $_themeoptions) |
$hl_path = 'templates/' . $theme . '/assets/img';
// default is theme-image
$header_logo = $hl_path . '/logo.png';
$header_logo = $hl_path . '/logo_white.png';
$header_logo_login = $hl_path . '/logo.png';
if (Settings::Get('panel.logo_overridetheme') == 1 || Settings::Get('panel.logo_overridecustom') == 1) {