aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
blob: 80a987cec686372ac7246ddddb0fcc89427c2051 (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://";				// 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"
$week_start_day = "Sunday";				// Day of the week your week starts on
$time_format = "12"						// Enter "12" for 12 hour clock, "24" for 24 hour clock (military, european)

?>

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