]> _ Git - cubeextranet.git/commitdiff
wait #4600 @0.25
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 20 Jul 2021 13:53:41 +0000 (13:53 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 20 Jul 2021 13:53:41 +0000 (13:53 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 010f3127382166f9d58ea09c66430e7a4d543238..ab08ad1d7c791991d60fb87f7ebdcdd61adbf2b5 100644 (file)
@@ -2633,7 +2633,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
     {
         $body = '';
 
-        if ($this->theme->parametres->displayBackgroundDuringLoading) {
+        if ($this->_themeBoolean($this->theme->parametres->displayBackgroundDuringLoading)) {
             $body .= '#background,#splash{background-color:' . wsHTML5::colorToCSS($this->theme->parametres->backgroundColor) . ' !important;}';
         } else {
             $body .= '#background{transition:500ms opacity;visibility:hidden;opacity:0;background-color:' . wsHTML5::colorToCSS($this->theme->parametres->backgroundColor) . ' !important;}';