aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-05 00:07:19 +0000
committerjwangen <jwangen>2002-10-05 00:07:19 +0000
commit7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79 (patch)
tree47c4606d9fab5aedc732de796bf517b9d381f8d7 /config.inc.php
parentce4d8be46ccefe642883253544a4ec81bdde8cc5 (diff)
downloadphpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.tar.gz
phpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.tar.bz2
phpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.zip
Minor changes, implemented use configable number of lines for line wrappings
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 46a4f8a..45cb61b 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -8,6 +8,8 @@ $language = 'english'; // Language support - 'English', 'Polish', 'German',
$week_start_day = 'sunday'; // Day of the week your week starts on
$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.
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
$use_sessions = 'yes'; // For speedy performance on web servers, not good for localhost use. This has not yet been implemented.

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