From 7d995161d62e3b66d173f457d2888ae93a40b304 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 7 Jan 2016 17:50:37 +0000 Subject: [PATCH] =?utf8?q?#fluidbook-html5=20:=20int=C3=A9gration=20du=20c?= =?utf8?q?ode=20google=20analytics=20personnalis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- inc/ws/Util/html5/class.ws.html5.compiler.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 1c660f7db..ff8bf2cc1 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -461,6 +461,9 @@ class wsHTML5Compiler { if ($this->book->parametres->googleAnalytics != '') { $ga = cubePage::googleAnalytics($this->book->parametres->googleAnalytics); } + if ($this->book->parametres->googleAnalyticsCustom != '') { + $ga .= $this->book->parametres->googleAnalyticsCustom; + } // Feuilles de style $sheets = array('style/fluidbook.css'); for ($i = 0; $i < $numCSS; $i++) { -- 2.39.5