aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-26 07:46:46 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-26 07:46:46 +0000
commitd85c0578f18324c7c0b764f2e6969908f426349f (patch)
tree7230fa2de1f82db4d4ebc973ac3cfdc4b81e521f /includes
parent97490a16baeab752422569259366b309163cb6e5 (diff)
downloadphpicalendar-d85c0578f18324c7c0b764f2e6969908f426349f.tar.gz
phpicalendar-d85c0578f18324c7c0b764f2e6969908f426349f.tar.bz2
phpicalendar-d85c0578f18324c7c0b764f2e6969908f426349f.zip
Template for event checkin.
Diffstat (limited to 'includes')
-rw-r--r--includes/event.php10
1 files changed, 5 insertions, 5 deletions
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 = '<a href="'.$url.'" target="_blank">'.$location.'</a>';
}
-$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();
-
?>

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