From 2c0a710789157cb75b6c04ebd5853a792ae9f554 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Mon, 5 Dec 2022 15:21:58 +0100 Subject: [PATCH] Update clean.blade.php --- .../portal/ninja2020/layout/clean.blade.php | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/resources/views/portal/ninja2020/layout/clean.blade.php b/resources/views/portal/ninja2020/layout/clean.blade.php index d9efdd3a6c57..64bb385f588c 100644 --- a/resources/views/portal/ninja2020/layout/clean.blade.php +++ b/resources/views/portal/ninja2020/layout/clean.blade.php @@ -3,8 +3,23 @@ - - @if (config('services.analytics.tracking_id')) + @if (config('services.analytics.matomo_url') && config('services.analytics.matomo_id')) + + + @elseif (config('services.analytics.tracking_id'))