aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-31 22:59:28 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-31 22:59:28 +0000
commit7cade3b04274ecc2d3583a0602cc5de3643e81a6 (patch)
treeec2b28c307671a3d19f421f1b9cbe42762b2dfc7 /month.php
parentc143f2891418cb0f0ae0f80f7d2d58e69879a722 (diff)
downloadphpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.tar.gz
phpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.tar.bz2
phpicalendar-7cade3b04274ecc2d3583a0602cc5de3643e81a6.zip
More template work.
Diffstat (limited to 'month.php')
-rw-r--r--month.php3
1 files changed, 2 insertions, 1 deletions
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,

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