]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 4 Oct 2013 17:49:35 +0000 (17:49 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 4 Oct 2013 17:49:35 +0000 (17:49 +0000)
inc/ws/Util/html5/class.ws.html5.compiler.php

index 58388934b0855ecdbee748c227c4c15ac556cc5f..1e3749355a4f88e71cb16e5d7da3866b3823904a 100644 (file)
@@ -449,6 +449,8 @@ class wsHTML5Compiler {
                $credits.='<a href="' . $signature->mainLink . '" target="_blank">' . $signature->main . '</a>';
 
                $hiddenContents = implode("\n", $this->hiddenContents);
+               
+               $bgcolor=$this->theme->parametres->loadingBackColor;
 
 
                // Google analytics
@@ -504,7 +506,7 @@ class wsHTML5Compiler {
                        }
                }
 
-               $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'description', 'print', 'hiddenContents', 'splash', 'cache');
+               $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'description', 'print', 'hiddenContents', 'splash', 'cache','bgcolor');
                foreach ($vars as $v) {
                        $html = str_replace('<!-- $' . $v . ' -->', $$v, $html);
                }
@@ -533,7 +535,7 @@ class wsHTML5Compiler {
 
                $thtml = $uhtml;
 
-               $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'print', 'hiddenContents', 'splash', 'cache');
+               $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'print', 'hiddenContents', 'splash', 'cache','bgcolor');
                foreach ($vars as $v) {
                        $uhtml = str_replace('<!-- $' . $v . ' -->', $$v, $uhtml);
                }