aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-18 00:14:48 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-18 00:14:48 +0000
commit9f5b31c395b1af54175fb0d4afe3a1d9e931045a (patch)
tree4dd6ae5b355db8143f6e44147f062a55d1ea9a1f /month.php
parent135161f65b8633cb6ebf2554b97a07b386dfecb3 (diff)
downloadphpicalendar-9f5b31c395b1af54175fb0d4afe3a1d9e931045a.tar.gz
phpicalendar-9f5b31c395b1af54175fb0d4afe3a1d9e931045a.tar.bz2
phpicalendar-9f5b31c395b1af54175fb0d4afe3a1d9e931045a.zip
Updated for speeds.
Diffstat (limited to 'month.php')
-rw-r--r--month.php8
1 files changed, 6 insertions, 2 deletions
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,

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