diff --git a/themes/bootstrap3/templates/includes/piwik.html b/themes/bootstrap3/templates/includes/piwik.html new file mode 100644 index 0000000000000000000000000000000000000000..a386f2d53e751a682dab22edb89248f471aa0cc5 --- /dev/null +++ b/themes/bootstrap3/templates/includes/piwik.html @@ -0,0 +1,20 @@ +{% if PIWIK_SITE_ID and PIWIK_URL %} + {% if PIWIK_SSL_URL is not defined %} + {% set PIWIK_SSL_URL = PIWIK_URL %} + {% endif %} + + + +{% endif %} \ No newline at end of file