From d1ce09300e099269e6c0e784cf42c262a40036b9 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sat, 3 Jan 2009 07:26:20 +0000 Subject: fix mising phpiCal_config global in rss2.0.php --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index f99799c..b5ba5ee 100644 --- a/config.inc.php +++ b/config.inc.php @@ -50,7 +50,7 @@ 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. +# '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' # '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 -- cgit v1.2.3