@@ -70,8 +70,7 @@ |
||
70 | 70 | 'color' => $this->theming->getColorPrimary(), |
71 | 71 | 'logo' => $this->url->getAbsoluteURL($this->theming->getLogo()), |
72 | 72 | 'background' => $backgroundLogo === 'backgroundColor' ? |
73 | - $this->theming->getColorPrimary() : |
|
74 | - $this->url->getAbsoluteURL($this->theming->getBackground()), |
|
73 | + $this->theming->getColorPrimary() : $this->url->getAbsoluteURL($this->theming->getBackground()), |
|
75 | 74 | ], |
76 | 75 | ]; |
77 | 76 | } |