From d8a117651b193b4260a396a6e6b526343b5c7476 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 14 Dec 2016 17:59:18 +0200 Subject: [PATCH] remarketing fix ";" --- frontend/views/layouts/main.php | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 46eaf78..1a73243 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -563,7 +563,7 @@ dynx_pagetype: "'.$this->params['remarketing']['type'].'", dynx_itemid: ["'.implode('", "', $this->params['remarketing']['id']).'"], dynx_totalvalue: ['.implode(', ', $this->params['remarketing']['price']).'] - } + }; '; } @@ -575,21 +575,10 @@ dynx_pagetype: "'.$this->params['remarketing']['type'].'", dynx_itemid: "'.$this->params['remarketing']['id'].'", dynx_totalvalue: '.$this->params['remarketing']['price'].' - } + }; '; } -// else { -// echo ' -// -// '; -// } ?>