From c5e73fa883662edaeef6da6a308f6631b6f0eca5 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 28 Jan 2004 07:27:23 +0000 Subject: 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. --- includes/event.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'includes/event.php') 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 )); -- cgit v1.2.3