aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-18 04:31:33 +0000
committerjwangen <jwangen>2002-09-18 04:31:33 +0000
commit47f4e57cfce3a3c6ebd5137b1fdffb188f8572de (patch)
tree68b6e3042350cead25276b5360d7215fd849ac64 /day.php
parent5eebb3f6b19ec139629833939e7b84ef9d0c8109 (diff)
downloadphpicalendar-47f4e57cfce3a3c6ebd5137b1fdffb188f8572de.tar.gz
phpicalendar-47f4e57cfce3a3c6ebd5137b1fdffb188f8572de.tar.bz2
phpicalendar-47f4e57cfce3a3c6ebd5137b1fdffb188f8572de.zip
Got JS working well. Stays in same view as expected. Month and Week both
have the popup now. All that is needed is to decide where the popup goes.
Diffstat (limited to 'day.php')
-rw-r--r--day.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/day.php b/day.php
index f027331..87e55e2 100644
--- a/day.php
+++ b/day.php
@@ -1,6 +1,11 @@
<?
include "ical_parser.php";
+
+//might not need this, depending on implimentation, doesn't work correctly in current form anyway
+//setcookie("last_view", "day");
+$current_view = "day";
+
if ($getdate == (date("Ymd"))) {
$display_date = date ("l, F d");
$tomorrows_date = date( "Ymd", (time() + (25*3600)));

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