Poprawiono formatowanie kodu w pliku konfiguracyjnym, usuwając zbędne spacje w komentarzach.

This commit is contained in:
2025-05-25 23:44:59 +02:00
parent 11c9dd17bf
commit 56394a9cad

View File

@@ -568,9 +568,9 @@ return array_merge(
'tui_defaults_config' => array( 'tui_defaults_config' => array(
//'common.bi.image' => $config['common.bi.image'], //'common.bi.image' => $config['common.bi.image'],
//'common.bisize.width' => $config['common.bisize.width'], //'common.bisize.width' => $config['common.bisize.width'],
//'common.bisize.height' => $config['common.bisize.height'], //'common.bisize.height' => $config['common.bisize.height'],
'common.backgroundImage' => $config['common.backgroundImage'], 'common.backgroundImage' => $config['common.backgroundImage'],
'common.backgroundColor' => $config['common.backgroundColor'], 'common.backgroundColor' => $config['common.backgroundColor'],
'common.border' => $config['common.border'], 'common.border' => $config['common.border'],
'header.backgroundImage' => $config['header.backgroundImage'], 'header.backgroundImage' => $config['header.backgroundImage'],
'header.backgroundColor' => $config['header.backgroundColor'], 'header.backgroundColor' => $config['header.backgroundColor'],