aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-18 01:50:18 +0000
committerjwangen <jwangen>2002-09-18 01:50:18 +0000
commitf93ed0634f4b2a17270f17006d93d8c4755099eb (patch)
tree8932f2a2c55d2bf7c2b191412567cc5446f2479a /config.inc.php
parent7cd0e45176edea36122292c7976866e81f79c020 (diff)
downloadphpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.tar.gz
phpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.tar.bz2
phpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.zip
Added real config values.
Added init.inc.php Added dropdown menu to day. Uses Cookies and works in IE. Modified list_icals.php to create the dropdown.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index dc569b1..082caa9 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -12,6 +12,13 @@ $style_sheet = "default.css";
// what iCal file are we using
$fullpath = "webcal://";
-$filename = "calendars/Home.ics";
+
+// path to directory with calendars
+$calendar_path = "./calendars";
+
+// filename of calendar without .ics
+$default_cal = "Home";
+
+$default_view = "day";
?> \ No newline at end of file

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