aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
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