From 7dd9656474919d73208e1894a6553a0d2ae24af9 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 30 Jan 2004 00:53:54 +0000 Subject: Updates to template, started templating of month.php. --- month.php | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'month.php') diff --git a/month.php b/month.php index 9e8d7f2..456f840 100644 --- a/month.php +++ b/month.php @@ -1,8 +1,8 @@ replace_tags(array( + 'header' => BASE.'templates/'.$template.'/header.tpl', + 'footer' => BASE.'templates/'.$template.'/footer.tpl', + 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl', + 'template' => $template, + 'cal' => $cal, + 'getdate' => $getdate, + 'calendar_name' => $calendar_name, + 'display_date' => $display_date, + 'rss_powered' => $rss_powered, + 'rss_available' => '', + 'rss_valid' => '', + 'todo_available' => '', + 'next_month' => $next_month, + 'prev_month' => $prev_month, + 'show_goto' => '', + 'list_icals' => $list_icals, + 'startday_select' => $startday_select, + 'style_select' => $style_select, + 'message' => $message + + )); + +$page->replace_langs($lang); + +$page->output(); ?>
-- cgit v1.2.3