aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-08 05:55:17 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-08 05:55:17 +0000
commit24757cf84fd2e4642ed68a0d48bb8ff75cc8d938 (patch)
treedaa4acf1d1e92ed71fd0ae72eaebd8414476d8f2 /config.inc.php
parent0b3393545875f1442ea270bd54ced763b6fe54ba (diff)
downloadphpicalendar-24757cf84fd2e4642ed68a0d48bb8ff75cc8d938.tar.gz
phpicalendar-24757cf84fd2e4642ed68a0d48bb8ff75cc8d938.tar.bz2
phpicalendar-24757cf84fd2e4642ed68a0d48bb8ff75cc8d938.zip
Cleaned up calendar colors and added error message for caching.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.inc.php b/config.inc.php
index a65b92e..4192d10 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -57,6 +57,13 @@ $auth_internal_password = 'default'; // Only used if $auth_method='internal'. T
$ftp_server = 'localhost'; // Only used if $auth_method='ftp'. The ftp server name. 'localhost' will work for most servers.
$ftp_calendar_path = ''; // Only used if $auth_method='ftp'. The full path to the calendar directory on the ftp server. If = '', will attempt to deduce the path based on $calendar_path, but may not be accurate depending on ftp server config.
+// Calendar colors
+//
+// You can increase the number of unique colors by adding additional images (monthdot_n.gif)
+// and in the css file (default.css) classes .alldaybg_n, .eventbg_n and .eventbg2_n
+// Colors will rotate to double the number listed below. (That's 14 colors, 2 calendars per color).
+$unique_colors = '7';
+
$blacklisted_cals[] = ''; // Fill in between the quotes the name of the calendars
$blacklisted_cals[] = ''; // you wish to 'blacklist' or that you don't want to show up in your calendar
$blacklisted_cals[] = ''; // list. This should be the exact calendar filename without .ics

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