From 9f5b31c395b1af54175fb0d4afe3a1d9e931045a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 18 Aug 2004 00:14:48 +0000 Subject: Updated for speeds. --- month.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'month.php') diff --git a/month.php b/month.php index 564a707..7e186aa 100644 --- a/month.php +++ b/month.php @@ -49,10 +49,14 @@ $list_jumps = list_jumps(); $list_calcolors = list_calcolors(); $page = new Page(BASE.'templates/'.$template.'/month.tpl'); -$page->replace_tags(array( + +$page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', - 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl', + 'sidebar' => BASE.'templates/'.$template.'/calendar_nav.tpl' + )); + +$page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'template' => $template, -- cgit v1.2.3