From a0a7d7f0979d6d4bf6c2f39a0e2425d489112aea Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 5 Feb 2004 23:45:54 +0000 Subject: Wired Tomorrow's Events with new function. --- day.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'day.php') 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(); -- cgit v1.2.3