aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-18 00:08:33 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-18 00:08:33 +0000
commit20b4da0690a7e8744e8d6c65173436c222c01a2d (patch)
tree3a0b5b27fa9f62c95f78386514c1a77d63850220 /day.php
parent889ae6ccf3e62002ca6b161800a0a73121fcbe21 (diff)
downloadphpicalendar-20b4da0690a7e8744e8d6c65173436c222c01a2d.tar.gz
phpicalendar-20b4da0690a7e8744e8d6c65173436c222c01a2d.tar.bz2
phpicalendar-20b4da0690a7e8744e8d6c65173436c222c01a2d.zip
Modified for speed and stat errors.
Diffstat (limited to 'day.php')
-rw-r--r--day.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/day.php b/day.php
index 3c9537e..b9b22f5 100644
--- a/day.php
+++ b/day.php
@@ -43,10 +43,13 @@ $logout_querys = logout_querys();
$page = new Page(BASE.'templates/'.$template.'/day.tpl');
-$page->replace_tags(array(
+$page->replace_files(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
'footer' => BASE.'templates/'.$template.'/footer.tpl',
- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl',
+ 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl'
+ ));
+
+$page->replace_tags(array(
'event_js' => BASE.'functions/event.js',
'charset' => $charset,
'default_path' => '',

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