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 ' -// -// '; -// } ?>