From d85c0578f18324c7c0b764f2e6969908f426349f Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 26 Jan 2004 07:46:46 +0000 Subject: Template for event checkin. --- includes/event.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'includes') diff --git a/includes/event.php b/includes/event.php index 7e3f08e..3de7a73 100644 --- a/includes/event.php +++ b/includes/event.php @@ -55,9 +55,8 @@ if ($attendee) { if ($location) { if ($url != '') $location = ''.$location.''; } -$sheet_href = BASE.'styles/'.$style_sheet.'/default.css'; -$page = new Page(BASE.'templates/default/event.tpl'); +$page = new Page(BASE.'templates/'.$template.'/event.tpl'); $page->replace_tags(array( 'cal' => $cal, @@ -73,11 +72,12 @@ $page->replace_tags(array( 'location_lang' => $location_lang, 'location' => $location, 'sheet_href' => $sheet_href, - 'cal_title_full' => $cal_title_full - + 'cal_title_full' => $cal_title_full, + 'base' => BASE, + 'template' => $template + )); $page->output(); - ?> -- cgit v1.2.3