From 102ad19f8d33b04482e4be62cec5e680120d1d28 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 21 Oct 2025 22:14:53 +0200 Subject: [PATCH] Update analytics tracking to use current page URL Fix tracking to use the actual page URL instead of a hardcoded test path --- custom/templates/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/templates/base.php b/custom/templates/base.php index 36213fb..1c7cbbe 100644 --- a/custom/templates/base.php +++ b/custom/templates/base.php @@ -63,6 +63,6 @@ function getActiveClass($href) { return rtrim(parse_url($_SERVER['REQUEST_URI'], - +