aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-18 01:50:18 +0000
committerjwangen <jwangen>2002-09-18 01:50:18 +0000
commitf93ed0634f4b2a17270f17006d93d8c4755099eb (patch)
tree8932f2a2c55d2bf7c2b191412567cc5446f2479a /day.php
parent7cd0e45176edea36122292c7976866e81f79c020 (diff)
downloadphpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.tar.gz
phpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.tar.bz2
phpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.zip
Added real config values.
Added init.inc.php Added dropdown menu to day. Uses Cookies and works in IE. Modified list_icals.php to create the dropdown.
Diffstat (limited to 'day.php')
-rw-r--r--day.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/day.php b/day.php
index 54a2b6f..f027331 100644
--- a/day.php
+++ b/day.php
@@ -24,14 +24,14 @@ if ($getdate == (date("Ymd"))) {
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html lang="en">
<head>
- <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title><? echo "$calendar_name"; ?></title>
<link rel="stylesheet" type="text/css" href="styles/<? echo "$style_sheet"; ?>">
</head>
<body bgcolor="#FFFFFF">
<center>
-
+<? include('./list_icals.php'); ?>
<table width="700" border="0" cellspacing="0" cellpadding="0" class="V12">
<tr>
<td align="left" width="5%"><!--[[a class="psf" href="day.php"]]Today[[/a]]--></td>

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