From 80b7d3f94a1e79e5d49d8935f702f51045c856a4 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 4 Oct 2013 17:49:35 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.compiler.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); } -- 2.39.5