13 lines
282 B
PHP
13 lines
282 B
PHP
<?
|
|
|
|
// Name of the Church (Will be shown in the title)
|
|
define('NAME_OF_CHURCH', 'Kirche Neuwies');
|
|
|
|
// Set the URL to the calendar (ICS-file, eg. https://neuwies.churchtools.de/?q=churchcal/ical
|
|
define('URL_TO_CALENDAR', 'https://neuwies.churchtools.de/?q=churchcal/ical');
|
|
|
|
|
|
|
|
|
|
?>
|