From: vincent@cubedesigners.com Date: Thu, 7 Jan 2016 17:50:37 +0000 (+0000) Subject: #fluidbook-html5 : intégration du code google analytics personnalisé X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7d995161d62e3b66d173f457d2888ae93a40b304;p=cubeextranet.git #fluidbook-html5 : intégration du code google analytics personnalisé --- 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++) {