aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authordrei <drei>2002-09-27 23:19:15 +0000
committerdrei <drei>2002-09-27 23:19:15 +0000
commit60e31d1be86a845b6271fefb1fbb1367ef736928 (patch)
tree99cb72d6b3c15a2a04cd5ec9638183db8fc36fce /config.inc.php
parent32ebf9b29fb0d36a7a1fe4f38d36bea70f0f3d28 (diff)
downloadphpicalendar-60e31d1be86a845b6271fefb1fbb1367ef736928.tar.gz
phpicalendar-60e31d1be86a845b6271fefb1fbb1367ef736928.tar.bz2
phpicalendar-60e31d1be86a845b6271fefb1fbb1367ef736928.zip
day.php:
modified logic to draw overlapping events changed logic to allow for dynamic grid height (set by ÀgridLength) ical_parser.php: include draw_functions.inc.php fill day-_array dynamically
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.inc.php b/config.inc.php
index a53d0e7..50653f1 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -8,5 +8,7 @@ $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
?> \ No newline at end of file

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