aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-16 02:53:37 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-16 02:53:37 +0000
commitcc5684801f2a0b4ba59d5f9f8d982aa83e7a2ccd (patch)
tree1ca3d7ae887eb60a95a8468603768304acbdc626 /config.inc.php
parent6f4000f6ebe064e3dd91dde9dcd297b83abb8cab (diff)
downloadphpicalendar-cc5684801f2a0b4ba59d5f9f8d982aa83e7a2ccd.tar.gz
phpicalendar-cc5684801f2a0b4ba59d5f9f8d982aa83e7a2ccd.tar.bz2
phpicalendar-cc5684801f2a0b4ba59d5f9f8d982aa83e7a2ccd.zip
Added color_cals option to color different calendars.
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 4dc71a8..d34ec7f 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -27,6 +27,7 @@ $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go t
$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.
$allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below.
$this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page.
+$use_color_cals = 'yes'; // Display each calendar in the pop-up as a different color.
$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
@@ -40,4 +41,10 @@ $list_webcals[] = ''; // or webcal:// and the filename should contain the .i
$list_webcals[] = ''; // $allow_webcals does *not* need to be "yes" for these to show up and work
// add more lines as necessary
+$color_cals[] = 'silver'; // Fill in between the quotes the colors you want to display
+$color_cals[] = 'red'; // multiple calendars in.
+$color_cals[] = 'orange'; // The first color will be used if no color is selected.
+$color_cals[] = 'grey'; //
+$color_cals[] = 'green'; //
+// add more lines as necessary
?> \ No newline at end of file

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