src/cm/templates/site/tracking.html
changeset 652 2484db74c150
parent 651 9bbc657f6837
equal deleted inserted replaced
651:9bbc657f6837 652:2484db74c150
    33     $('#piwik-cookies-optout iframe').slideToggle("fast");
    33     $('#piwik-cookies-optout iframe').slideToggle("fast");
    34   });
    34   });
    35 });
    35 });
    36 -->
    36 -->
    37 </script>
    37 </script>
    38 <div id="piwik-cookies-optout"><iframe frameborder="no" width="900px" height="90px" src="https://stats.co-ment.com/index.php?module=CustomOptOut&action=optOut&idSite=17&language={{ LANGUAGE_CODE }}"></iframe></div>
    38 <div id="piwik-cookies-optout"><iframe frameborder="no" width="900px" height="90px" src="https://stats.co-ment.com/index.php?module=CustomOptOut&action=optOut&idSite={{ TRACKING_ID }}&language={{ LANGUAGE_CODE }}"></iframe></div>
    39 {% endif %}
    39 {% endif %}