File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed
Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,5 @@ ROUTE_PROTOCOL=http
3737ROUTE_HOST = localhost
3838ROUTE_BASE =
3939
40- # Piwik
41- MATOMO_ENABLED = false
42-
4340# BTD specific
4441UPLOAD_PATH = /uploads
Original file line number Diff line number Diff line change 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
2319when@test :
2420 twig :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 8080 </footer >
8181 {% block javascripts %}
8282 {% endblock %}
83-
84- {% if matomo_enabled %}
85- {% include ' @NinesUtil/matomo.html.twig' %}
86- {% endif %}
8783</body >
8884</html >
You can’t perform that action at this time.
0 commit comments