From 7cade3b04274ecc2d3583a0602cc5de3643e81a6 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 31 Jan 2004 22:59:28 +0000 Subject: More template work. --- month.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index b87d662..9fb2cb1 100644 --- a/month.php +++ b/month.php @@ -50,6 +50,7 @@ $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl', + 'event_js' => BASE.'functions/event.js', 'template' => $template, 'cal' => $cal, 'getdate' => $getdate, @@ -58,7 +59,7 @@ $page->replace_tags(array( 'rss_powered' => $rss_powered, 'rss_available' => '', 'rss_valid' => '', - 'todo_available' => '', + 'todo_js' => '', 'show_search' => '', 'next_month' => $next_month, 'prev_month' => $prev_month, -- cgit v1.2.3