From 02bed7d91ae13c34eb9b883b0df3b538e3bc4c76 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 3 Feb 2004 23:02:09 +0000 Subject: Removed unneeded files, tweeked templates, added legend for multiple calendars. --- day.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'day.php') diff --git a/day.php b/day.php index 1be782d..1ff5935 100644 --- a/day.php +++ b/day.php @@ -10,6 +10,7 @@ if (isset($HTTP_GET_VARS['jumpto_day'])) { define('BASE', './'); $current_view = 'day'; require_once(BASE.'functions/ical_parser.php'); +require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); if ($minical_view == 'current') $minical_view = 'day'; @@ -28,6 +29,8 @@ $list_icals = display_ical_list(availableCalendars($username, $password, $ALL_C $list_years = list_years(); $list_months = list_months(); $list_weeks = list_weeks(); +$list_jumps = list_jumps(); +$list_calcolors = list_calcolors(); $page = new Page(BASE.'templates/'.$template.'/DAY.tpl'); @@ -54,6 +57,8 @@ $page->replace_tags(array( 'list_years' => $list_years, 'list_months' => $list_months, 'list_weeks' => $list_weeks, + 'list_jumps' => $list_jumps, + 'legend' => $list_calcolors, 'style_select' => $style_select )); -- cgit v1.2.3