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

$style_sheet = "default.css";								// Themes support - "default.css", "red.css", "green.css"
$calendar_path = "./calendars";								// path to directory with calendars
$default_view = "day";										// default view for calendars = "day", "week", "month"
$default_cal = "Home";										// exact 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.
$day_start = "0700";										// Start time for day grid
$gridLength = "15";											// grid distance in minutes for day view

?>

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