From: vincent@cubedesigners.com Date: Fri, 4 Oct 2013 17:49:35 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=80b7d3f94a1e79e5d49d8935f702f51045c856a4;p=cubeextranet.git --- diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 58388934b..1e3749355 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -449,6 +449,8 @@ class wsHTML5Compiler { $credits.='' . $signature->main . ''; $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, $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, $uhtml); }