aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.inc.php4
-rw-r--r--templates/default/event.tpl2
-rw-r--r--templates/default/todo.tpl2
3 files changed, 4 insertions, 4 deletions
diff --git a/config.inc.php b/config.inc.php
index 9d08520..b2810b0 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -19,8 +19,8 @@ $month_event_lines = '1'; // Number of lines to wrap each event title in mo
$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.
-$timezone = ''; // Set timezone. Read TIMEZONES file for more information
-$calendar_path = ''; // Leave this blank on most installs, place your FULL FILE PATH to calendars if they are outside the phpicalendar folder.
+$timezone = ''; // Set timezone. Read TIMEZONES file for more information
+$calendar_path = ''; // Leave this blank on most installs, place your full FILE SYSTEM PATH to calendars if they are outside the phpicalendar folder.
$second_offset = ''; // The time in seconds between your time and your server's time.
$bleed_time = ''; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359', or '-1' for no bleed time. Is automatically set to $day_start if left blank.
$cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar -- AUTO SETTING -- Only set if you are having cookie issues.
diff --git a/templates/default/event.tpl b/templates/default/event.tpl
index 5f6431f..fd51da6 100644
--- a/templates/default/event.tpl
+++ b/templates/default/event.tpl
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+ <meta http-equiv="content-type" content="text/html;charset={CHARSET}">
<title>{CAL}</title>
<link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css">
</head>
diff --git a/templates/default/todo.tpl b/templates/default/todo.tpl
index 297fcdb..2aa5d11 100644
--- a/templates/default/todo.tpl
+++ b/templates/default/todo.tpl
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+ <meta http-equiv="content-type" content="text/html;charset={CHARSET}">
<title>{CAL}</title>
<link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css">
</head>

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