aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-25 04:22:23 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-25 04:22:23 +0000
commit949e904247364b1a8372fd176b5e6ce6abecc5de (patch)
tree568e2a8c0add15a57a6f942a18b732cd94bdfd41 /config.inc.php
parent8132ff08117d78817a20a16a4a6ed008257126db (diff)
downloadphpicalendar-949e904247364b1a8372fd176b5e6ce6abecc5de.tar.gz
phpicalendar-949e904247364b1a8372fd176b5e6ce6abecc5de.tar.bz2
phpicalendar-949e904247364b1a8372fd176b5e6ce6abecc5de.zip
Bug fixes for javascript, displaying webcal://
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php15
1 files changed, 7 insertions, 8 deletions
diff --git a/config.inc.php b/config.inc.php
index 69708a7..214fe41 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1,12 +1,11 @@
<?php
-$style_sheet = "default.css"; // Themes support - "default.css", "red.css", "green.css"
-$fullpath = "webcal://"; // what iCal file are we using
-$calendar_path = "./calendars"; // path to directory with calendars
-$default_view = "day"; // default view for calendars = "day", "week", "month"
-$default_cal = "Home"; // 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
-$time_format = "12" // Enter "12" for 12 hour clock, "24" for 24 hour clock (military, european)
+$style_sheet = "default.css"; // Themes support - "default.css", "red.css", "green.css"
+$fullpath = "webcal://path/to/your/webcal/calendars/"; // what iCal file are we using
+$calendar_path = "./calendars"; // path to directory with calendars
+$default_view = "day"; // default view for calendars = "day", "week", "month"
+$default_cal = "Home"; // 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
?> \ No newline at end of file

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