aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-20 00:33:14 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-20 00:33:14 +0000
commit9cc4b1667897ac0e9db28044d96e7b96a7ac38e5 (patch)
tree9ba349e112a4a242a04b895ea69ab7b349018402 /print.php
parentedd9a9fd1a3451f7868400fcf9d2ebe0cf563c51 (diff)
downloadphpicalendar-9cc4b1667897ac0e9db28044d96e7b96a7ac38e5.tar.gz
phpicalendar-9cc4b1667897ac0e9db28044d96e7b96a7ac38e5.tar.bz2
phpicalendar-9cc4b1667897ac0e9db28044d96e7b96a7ac38e5.zip
misc minor fixes
Diffstat (limited to 'print.php')
-rw-r--r--print.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/print.php b/print.php
index 3880cd2..804bfe5 100644
--- a/print.php
+++ b/print.php
@@ -47,22 +47,22 @@ header("Content-Type: text/html; charset=$charset");
$page = new Page(BASE.'templates/'.$template.'/print.tpl');
$page->replace_files(array(
- 'header' => BASE.'templates/'.$template.'/header.tpl',
- 'footer' => BASE.'templates/'.$template.'/footer.tpl',
- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl'
+ 'header' => BASE.'templates/'.$phpiCal_config->template.'/header.tpl',
+ 'footer' => BASE.'templates/'.$phpiCal_config->template.'/footer.tpl',
+ 'sidebar' => BASE.'templates/'.$phpiCal_config->template.'/sidebar.tpl'
));
$page->replace_tags(array(
- 'version' => $phpicalendar_version,
+ 'version' => $phpiCal_config->phpicalendar_version,
'event_js' => '',
- 'charset' => $charset,
- 'default_path' => '',
- 'template' => $template,
+ 'charset' => $phpiCal_config->charset,
+ 'default_path' => $phpiCal_config->default_path,
+ 'template' => $phpiCal_config->template,
'cal' => $cal,
'getdate' => $getdate,
'calendar_name' => $cal_displayname,
'current_view' => $current_view,
- 'printview' => $printview,
+ 'printview' => $printview,
'display_date' => $display_date,
'sidebar_date' => $sidebar_date,
'rss_powered' => $rss_powered,
@@ -79,7 +79,7 @@ $page->replace_tags(array(
'list_weeks' => $list_weeks,
'list_jumps' => $list_jumps,
'legend' => $list_calcolors,
- 'style_select' => $style_select,
+ 'style_select' => @$style_select,
'l_time' => $lang['l_time'],
'l_summary' => $lang['l_summary'],
'l_description' => $lang['l_description'],
@@ -88,7 +88,7 @@ $page->replace_tags(array(
'l_week' => $lang['l_week'],
'l_month' => $lang['l_month'],
'l_year' => $lang['l_year'],
- 'l_location' => $lang['l_location'],
+ 'l_location' => $lang['l_location'],
'l_subscribe' => $lang['l_subscribe'],
'l_download' => $lang['l_download'],
'l_no_results' => $lang['l_no_results'],

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