aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-01-03 07:26:20 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-01-03 07:26:20 +0000
commitd1ce09300e099269e6c0e784cf42c262a40036b9 (patch)
tree91cfc87baabc11b03d0ceea8c2e4ef9adcb1b93a /config.inc.php
parentab3df3da116a52e1eaeb8e62ce3e0a93c3e35189 (diff)
downloadphpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.tar.gz
phpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.tar.bz2
phpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.zip
fix mising phpiCal_config global in rss2.0.php
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
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

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