From cd60de7740306494f2146eb7e4b8e7df406ede64 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 31 Dec 2008 07:23:54 +0000 Subject: option to hide location in month view (feature request 1880571) --- config.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index f89eef1..01e12dc 100644 --- a/config.inc.php +++ b/config.inc.php @@ -51,15 +51,16 @@ phpicalendar currently supports about 30 language variants. For a list of suppo # 'language' => 'Spanish', # 'default_cal' => 'US Holidays', // Exact filename of calendar without .ics. # 'template' => 'green'; // Template support: change this to have a different "skin" for your installation. - # 'default_view' => 'year', // Default view for calendars' => 'day', 'week', 'month', 'year' +# 'default_view' => 'year', // Default view for calendars' => 'day', 'week', 'month', 'year' # 'printview_default' => 'yes', // Set print view as the default view. Uses'default_view (listed above). # 'gridLength' => 10, // Grid size in day and week views. Allowed values are 1,2,3,4,10,12,15,20,30,60. Default is 15 # 'minical_view' => 'current', // Where do the mini-calendars go when clicked?' => 'day', 'week', 'month', 'current' # 'allow_preferences' => 'no', + 'month_locations' => 'no', # 'show_search' => 'yes', # 'show_todos' => 'no', # 'show_completed' => 'no', - 'allow_login' => 'yes', // Set to yes to prompt for login to unlock calendars. +# 'allow_login' => 'yes', // Set to yes to prompt for login to unlock calendars. # 'week_start_day' => 'Monday', // Day of the week your week starts on # 'week_length' => '5', // Number of days to display in the week view # 'day_start' => '0600', // Start time for day grid -- cgit v1.2.3