aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
blob: a70421ba2a43b9a93db8690ccbbd76ec852e61c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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
$display_custom_goto = "";				// in the "Jump To" box, display the custom "go to day" box. "yes" means Yes, anything else means no. "yes" must be lowercase.

?>

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