aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
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