aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
blob: cec46c27f4d207966479e0e1235a811f2b8a7114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?

$style_sheet = "default.css";			// Themes support
$fullpath = "webcal://";				// what iCal file are we using
$calendar_path = "./calendars";			// path to directory with calendars
$default_view = "day";					// default view for calendars
$default_cal = "Home";					// filename of calendar without .ics
$language = "English";					// Language support
$week_start_day = "Tuesday";				// Day of the week your week starts on

?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy