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

$style_sheet = "default.css";								// Themes support - "default.css", "red.css", "green.css"
$fullpath = "webcal://path/to/your/webcal/calendars/";		// what iCal file are we using
$calendar_path = "./calendars";								// path to directory with calendars
$default_view = "day";										// default view for calendars = "day", "week", "month"
$default_cal = "Home";										// filename of calendar without .ics
$language = "english";										// Language support - "english", "polish", "german", "french", "dutch", "danish", "italian", "japanese", "norwegian"
$week_start_day = "Sunday";									// Day of the week your week starts on
$use_sessions = "yes";										// For speedy performance on web servers, not good for localhost use.

?>

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