aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-10 06:49:44 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-10 06:49:44 +0000
commitbde20d9162f7033c44c5748ab35d14ec777d3c12 (patch)
tree75282fc6599ca71453427ab2b986da65abf25027 /config.inc.php
parentaf5ce4ebb421eba13e0bf3ed55a7a76400f1d722 (diff)
downloadphpicalendar-bde20d9162f7033c44c5748ab35d14ec777d3c12.tar.gz
phpicalendar-bde20d9162f7033c44c5748ab35d14ec777d3c12.tar.bz2
phpicalendar-bde20d9162f7033c44c5748ab35d14ec777d3c12.zip
Minor changes, tighted up week.php
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 2a3c46f..4736b1f 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -16,6 +16,8 @@ $day_start = '0700'; // Start time for day grid
$gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred
$month_event_lines = '1'; // Number of lines to wrap each event title in month view, 0 means display all lines.
$tomorrows_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
+$allday_week_lines = '1'; // Number of lines to wrap each event title in all-day events in week view, 0 means display all lines.
+$week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.

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