Skip to content

Commit b355a1c

Browse files
Remove Matomo
1 parent 5537fca commit b355a1c

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

.env

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,5 @@ ROUTE_PROTOCOL=http
3737
ROUTE_HOST=localhost
3838
ROUTE_BASE=
3939

40-
# Piwik
41-
MATOMO_ENABLED=false
42-
4340
# BTD specific
4441
UPLOAD_PATH=/uploads

config/packages/twig.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ twig:
1515
asset_prefix: '%env(default::string:ROUTE_BASE)%'
1616
text_service: '@Nines\UtilBundle\Services\Text'
1717
nines_editor_config: js/editor-config.js
18-
matomo_enabled: '%dhil.matomo_enabled%'
19-
matomo_url: '%dhil.matomo_url%'
20-
matomo_siteid: '%dhil.matomo_siteid%'
21-
matomo_domain: '%dhil.matomo_domain%'
2218

2319
when@test:
2420
twig:

config/services.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ parameters:
1414
asset.request_context.base_path: '%env(string:ROUTE_BASE)%'
1515
asset.request_context.secure: auto
1616

17-
dhil.matomo_enabled: '%env(bool:MATOMO_ENABLED)%'
18-
dhil.matomo_url: //matomo.lib.sfu.ca/library/
19-
dhil.matomo_siteid: 36
20-
dhil.matomo_domain: dhil.lib.sfu.ca/btd
21-
2217
btd.thumbnail_width: 256
2318
btd.thumbnail_height: 171
2419

templates/base.html.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,5 @@
8080
</footer>
8181
{% block javascripts %}
8282
{% endblock %}
83-
84-
{% if matomo_enabled %}
85-
{% include '@NinesUtil/matomo.html.twig' %}
86-
{% endif %}
8783
</body>
8884
</html>

0 commit comments

Comments
 (0)