aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-16 19:39:13 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-16 19:39:13 +0000
commitb47c05d55b185ef979901f304121ac87d2abde75 (patch)
tree06004d1c3895f559b7437987f70b7a227703306b /print.php
parent65e1a82f6d7049e0acc4607e923b18f71ab4d9f4 (diff)
downloadphpicalendar-b47c05d55b185ef979901f304121ac87d2abde75.tar.gz
phpicalendar-b47c05d55b185ef979901f304121ac87d2abde75.tar.bz2
phpicalendar-b47c05d55b185ef979901f304121ac87d2abde75.zip
Print view wired for templates, XHTML valid.
Diffstat (limited to 'print.php')
-rw-r--r--print.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/print.php b/print.php
index 16124bb..103c715 100644
--- a/print.php
+++ b/print.php
@@ -82,9 +82,7 @@ $page->replace_tags(array(
'style_select' => $style_select
));
-$page->draw_day($this->page);
-$page->tomorrows_events($this->page);
-$page->get_vtodo($this->page);
+$page->draw_print($this->page);
$page->output();

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