aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-18 04:06:31 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-18 04:06:31 +0000
commitce5c0b27577288c904cde29eaff48aa20b87ee22 (patch)
treead819693e49d40235e07bb18337c46a1c4b0431c /week.php
parent62d7257fdc511179c621e9c97fe485568991e508 (diff)
downloadphpicalendar-ce5c0b27577288c904cde29eaff48aa20b87ee22.tar.gz
phpicalendar-ce5c0b27577288c904cde29eaff48aa20b87ee22.tar.bz2
phpicalendar-ce5c0b27577288c904cde29eaff48aa20b87ee22.zip
Fixed broken popup.
Diffstat (limited to 'week.php')
-rw-r--r--week.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/week.php b/week.php
index 488bb9d..0d7b864 100644
--- a/week.php
+++ b/week.php
@@ -47,12 +47,12 @@ $page = new Page(BASE.'templates/'.$template.'/week.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,

© 2014-2024 Faster IT GmbH | imprint | privacy policy