From b47c05d55b185ef979901f304121ac87d2abde75 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 16 May 2004 19:39:13 +0000 Subject: Print view wired for templates, XHTML valid. --- print.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'print.php') 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(); -- cgit v1.2.3