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

$style_sheet = 'silver';				// Themes support
$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.
$display_ical_list = 'yes';				// in the 'Jump To' box, display the pop-up menu with the list of all calendars in the $calendar_path directory. 'yes' means Yes, anything else means no. 'yes' must be lowercase.
?>

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