From 62d7257fdc511179c621e9c97fe485568991e508 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 18 Aug 2004 00:16:14 +0000 Subject: Buggy. --- month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index 7e186aa..fc0c10e 100644 --- a/month.php +++ b/month.php @@ -53,7 +53,7 @@ $page = new Page(BASE.'templates/'.$template.'/month.tpl'); $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', - 'sidebar' => BASE.'templates/'.$template.'/calendar_nav.tpl' + 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl' )); $page->replace_tags(array( -- cgit v1.2.3