Matomo-Tracking mit Einwilligung einbauen

This commit is contained in:
2026-08-27 09:20:46 +02:00
parent a2dcc4df65
commit 528af07890
28 changed files with 793 additions and 2 deletions
+5
View File
@@ -203,3 +203,8 @@ function app_require_csrf(): void
}
app_send_security_headers();
// Der Analyse-Baustein wird zentral geladen, damit alle HTML-Templates nur
// noch die beiden bewusst platzierten Head-/Body-Fragmente ausgeben muessen.
// analytics.php bindet bootstrap.php seinerseits per require_once ein.
require_once __DIR__ . '/analytics.php';