From 3572a889d0ed93ce2ac4019f6c02429fc394916a Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 13 Dec 2024 12:31:02 +0100 Subject: [PATCH] Show ical subscription link only for logged in users --- tpl/Schedule/schedule.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/Schedule/schedule.tpl b/tpl/Schedule/schedule.tpl index 018904bb5..722e20fc6 100644 --- a/tpl/Schedule/schedule.tpl +++ b/tpl/Schedule/schedule.tpl @@ -98,7 +98,7 @@ {html_image src="table-week.png" altKey="CondensedWeekScheduleDisplay"} - {if isset($SubscriptionUrl) && $SubscriptionUrl != null && $ShowSubscription} + {if isset($SubscriptionUrl) && $SubscriptionUrl != null && $ShowSubscription && $LoggedIn}
Atom