aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-24 18:35:46 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-24 18:35:46 +0000
commit2f2aa4a790c2827c3e6145cd44020c49ecc6b95a (patch)
tree657aee577650e2436d91ffcd0e2ebd9b82d916c3 /day.php
parentac62b5bc2658e26dfa3f044fb682cc9d0c83e651 (diff)
downloadphpicalendar-2f2aa4a790c2827c3e6145cd44020c49ecc6b95a.tar.gz
phpicalendar-2f2aa4a790c2827c3e6145cd44020c49ecc6b95a.tar.bz2
phpicalendar-2f2aa4a790c2827c3e6145cd44020c49ecc6b95a.zip
Added patches for VTODO.
Diffstat (limited to 'day.php')
-rw-r--r--day.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/day.php b/day.php
index 09877c6..134bc57 100644
--- a/day.php
+++ b/day.php
@@ -53,6 +53,7 @@ if (is_array($master_array[($getdate)])) {
<link rel="stylesheet" type="text/css" href="styles/<?php echo $style_sheet.'/default.css'; ?>">
<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php echo $default_path.'/rss/rss.php?cal='.$cal.'&rssview=day'; ?>">
<?php include (BASE.'functions/event.js'); ?>
+ <?php if (is_array($master_array['-2'])) include (BASE.'functions/todo.js'); ?>
</head>
<body bgcolor="#FFFFFF">
<?php include (BASE.'header.inc.php'); ?>

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