aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-04-10 02:21:07 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-04-10 02:21:07 +0000
commit3fee91025e67b32992575ca18e5845a382d56066 (patch)
treead71d3ffadacbae9e4ba71f05ffaa1ceaad5f876 /print.php
parent240a104388ebd633820826a4a732050dd9621596 (diff)
downloadphpicalendar-3fee91025e67b32992575ca18e5845a382d56066.tar.gz
phpicalendar-3fee91025e67b32992575ca18e5845a382d56066.tar.bz2
phpicalendar-3fee91025e67b32992575ca18e5845a382d56066.zip
encode version number in init.inc.php
Diffstat (limited to 'print.php')
-rw-r--r--print.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.php b/print.php
index cf09828..27230e6 100644
--- a/print.php
+++ b/print.php
@@ -7,7 +7,6 @@ $current_view ='print';
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));
$end_week_time = $start_week_time + (6 * 25 * 60 * 60);
$parse_month = date ("Ym", strtotime($getdate));
-$cal_displayname = str_replace("32", " ", $cal);
$events_week = 0;
$unix_time = strtotime($getdate);
$printview = 'month';
@@ -55,6 +54,7 @@ $page->replace_files(array(
));
$page->replace_tags(array(
+ 'version' => $phpicalendar_version,
'event_js' => '',
'charset' => $charset,
'default_path' => '',

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