Use siteId for piwik optout iframe.
authorgibus
Tue, 11 Feb 2014 12:27:02 +0100
changeset 570 c485a048f2f4
parent 569 514fce6626aa
child 571 7e9e59e71309
Use siteId for piwik optout iframe.
src/cm/templates/site/tracking.html
--- a/src/cm/templates/site/tracking.html	Tue Feb 11 12:16:07 2014 +0100
+++ b/src/cm/templates/site/tracking.html	Tue Feb 11 12:27:02 2014 +0100
@@ -39,5 +39,5 @@
 });
 -->
 </script>
-<div id="piwik-cookies-optout"><iframe frameborder="no" width="900px" height="120px" src="https://piwik.sopinspace.net/index.php?module=CoreAdminHome&action=optOut&language={{ LANGUAGE_CODE }}"></iframe></div>
+<div id="piwik-cookies-optout"><iframe frameborder="no" width="900px" height="120px" src="https://piwik.sopinspace.net/index.php?module=CoreAdminHome&action=optOut&idSite=17&language={{ LANGUAGE_CODE }}"></iframe></div>
 {% endif %}