We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6861069 commit cc986beCopy full SHA for cc986be
1 file changed
styles/all/template/event/overall_header_stylesheets_after.html
@@ -10,9 +10,9 @@
10
gtag('js', new Date());
11
12
gtag('config', '{{ GOOGLEANALYTICS_ID }}', {
13
- {% EVENT phpbb_googleanalytics_gtag_options %}
14
- {% if S_REGISTERED_USER %}'user_id': '{{ GOOGLEANALYTICS_USER_ID }}',{% endif %}
15
- {% if S_ANONYMIZE_IP %}'anonymize_ip': true,{% endif %}
+ {%- EVENT phpbb_googleanalytics_gtag_options -%}
+ {%- if S_REGISTERED_USER %}'user_id': '{{ GOOGLEANALYTICS_USER_ID }}',{% endif -%}
+ {%- if S_ANONYMIZE_IP %}'anonymize_ip': true,{% endif -%}
16
});
17
</script>
18
{% else %}
0 commit comments