aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-28 07:27:23 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-28 07:27:23 +0000
commitc5e73fa883662edaeef6da6a308f6631b6f0eca5 (patch)
tree42d148f0935a961f8bcc02514c0f04f946dfc5ea /includes/event.php
parent603060dd7b43d47ac4637fee17b818cba6dff3c8 (diff)
downloadphpicalendar-c5e73fa883662edaeef6da6a308f6631b6f0eca5.tar.gz
phpicalendar-c5e73fa883662edaeef6da6a308f6631b6f0eca5.tar.bz2
phpicalendar-c5e73fa883662edaeef6da6a308f6631b6f0eca5.zip
Major checkin, modified english to new language style. Preferences now
template driven along with event and todo. Header and footer seem to work as well.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/includes/event.php b/includes/event.php
index 3caad2f..803403f 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -65,17 +65,12 @@ $page->replace_tags(array(
'event' => $event,
'event_times' => $event_times,
'description' => $description,
- 'organizer_lang' => $organizer_lang,
'organizer' => $organizer,
- 'attendee_lang' => $attendee_lang,
'attendee' => $attendee,
- 'status_lang' => $status_lang,
'status' => $status,
- 'location_lang' => $location_lang,
'location' => $location,
- 'sheet_href' => $sheet_href,
'cal_title_full' => $cal_title_full,
- 'template' => $template,
+ 'template' => $template
));

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