aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-05 23:45:54 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-05 23:45:54 +0000
commita0a7d7f0979d6d4bf6c2f39a0e2425d489112aea (patch)
treeaef9ed13221e820a28cba0856be2db681a2c3553 /day.php
parent85287f1ac22ea6d20194baff2d378bf075c1c0bd (diff)
downloadphpicalendar-a0a7d7f0979d6d4bf6c2f39a0e2425d489112aea.tar.gz
phpicalendar-a0a7d7f0979d6d4bf6c2f39a0e2425d489112aea.tar.bz2
phpicalendar-a0a7d7f0979d6d4bf6c2f39a0e2425d489112aea.zip
Wired Tomorrow's Events with new function.
Diffstat (limited to 'day.php')
-rw-r--r--day.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/day.php b/day.php
index 4a7fc99..6c602a4 100644
--- a/day.php
+++ b/day.php
@@ -21,6 +21,7 @@ $next_day = date('Ymd', strtotime("+1 day", $unix_time));
$prev_day = date('Ymd', strtotime("-1 day", $unix_time));
$display_date = localizeDate($dateFormat_day, $unix_time);
+$sidebar_date = localizeDate($dateFormat_week_list, $unix_time);
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));
@@ -44,6 +45,7 @@ $page->replace_tags(array(
'getdate' => $getdate,
'calendar_name' => $calendar_name,
'display_date' => $display_date,
+ 'sidebar_date' => $sidebar_date,
'rss_powered' => $rss_powered,
'rss_available' => '',
'rss_valid' => '',
@@ -63,6 +65,7 @@ $page->replace_tags(array(
));
$page->draw_day($this->page);
+$page->tomorrows_events($this->page);
$page->output();

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