From ce5c0b27577288c904cde29eaff48aa20b87ee22 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 18 Aug 2004 04:06:31 +0000 Subject: Fixed broken popup. --- day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day.php') diff --git a/day.php b/day.php index b9b22f5..4235b2b 100644 --- a/day.php +++ b/day.php @@ -45,12 +45,12 @@ $page = new Page(BASE.'templates/'.$template.'/day.tpl'); $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', + 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' )); $page->replace_tags(array( - 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', 'template' => $template, -- cgit v1.2.3