From: vincent@cubedesigners.com Date: Mon, 7 Oct 2013 08:31:19 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=077a7a3d82773fe0d5a43fd445b98019c859652c;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 52048e5a0..693078716 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -124,7 +124,6 @@ class wsUrl { if (!is_null($book->projet)) { $p = ' ' . cubeMedia::silk('arrow_right.png') . ''; } - $res .= '' . $core->books_status[$book->status] . '' . $p . ''; } else { $res .= '' . $core->books_status[1] . ''; diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 1e3749355..67c9a6aa8 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -449,8 +449,8 @@ class wsHTML5Compiler { $credits.='' . $signature->main . ''; $hiddenContents = implode("\n", $this->hiddenContents); - - $bgcolor=$this->theme->parametres->loadingBackColor; + + $bgcolor = $this->theme->parametres->loadingBackColor; // Google analytics @@ -506,7 +506,7 @@ class wsHTML5Compiler { } } - $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'description', 'print', 'hiddenContents', 'splash', 'cache','bgcolor'); + $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'description', 'print', 'hiddenContents', 'splash', 'cache', 'bgcolor'); foreach ($vars as $v) { $html = str_replace('', $$v, $html); } @@ -535,7 +535,7 @@ class wsHTML5Compiler { $thtml = $uhtml; - $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'print', 'hiddenContents', 'splash', 'cache','bgcolor'); + $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'print', 'hiddenContents', 'splash', 'cache', 'bgcolor'); foreach ($vars as $v) { $uhtml = str_replace('', $$v, $uhtml); }