data->ID, 'mec_booking', true); if(!is_array($booking_options)) $booking_options = array(); $event_link = MEC_feature_occurrences::param($event->ID, $event->date['start']['timestamp'], 'read_more', (isset($event->data->meta['mec_read_more']) ? $event->data->meta['mec_read_more'] : '')); $more_info = (isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://') ? $event->data->meta['mec_more_info'] : ''; if(isset($event->date) and isset($event->date['start']) and isset($event->date['start']['timestamp'])) $more_info = MEC_feature_occurrences::param($event->ID, $event->date['start']['timestamp'], 'more_info', $more_info); $more_info_target = MEC_feature_occurrences::param($event->ID, $event->date['start']['timestamp'], 'more_info_target', (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self')); $more_info_title = MEC_feature_occurrences::param($event->ID, $event->date['start']['timestamp'], 'more_info_title', ((isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) ? $event->data->meta['mec_more_info_title'] : __('Read More', 'modern-events-calendar-lite'))); $location_id = $this->main->get_master_location_id($event); $location = ($location_id ? $this->main->get_location_data($location_id) : array()); $organizer_id = $this->main->get_master_organizer_id($event); $organizer = ($organizer_id ? $this->main->get_organizer_data($organizer_id) : array()); ?>
data->thumbnails['full']; ?> main->display_featured_image_caption($event); ?>
<?php echo (isset($organizer['name']) ? $organizer['name'] : ''); ?>

main->m('taxonomy_organizer', __('Organizer', 'modern-events-calendar-lite')); ?>

data, 'mec_organizer'); if($organizer_description_setting == '1' and is_array($organizer_terms) and count($organizer_terms)): foreach($organizer_terms as $organizer_term) { if ($organizer_term->term_id == $organizer['id'] ) { if(isset($organizer_term->description) && !empty($organizer_term->description)): ?>

description;?>

show_other_organizers($event); // Show Additional Organizers } ?> main->can_show_booking_module($event)): ?> main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?> main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?> main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?>
main->module('weather.details', array('event' => $event)); ?> main->module('qrcode.details', array('event' => $event)); ?> display_public_download_module($event); ?> main->module('local-time.details', array('event' => $event)); ?>
data ); ?> data ); ?>
<?php echo (isset($location['name']) ? $location['name'] : ''); ?>

main->m('taxonomy_location', __('Location', 'modern-events-calendar-lite')); ?>

get_location_html($location); ?>
data, 'mec_location'); if($location_description_setting == '1' and is_array($location_terms) and count($location_terms)): foreach($location_terms as $location_term) { if ($location_term->term_id == $location['id'] ) { if(isset($location_term->description) && !empty($location_term->description)): ?>

description;?>

data->categories) and !empty($event->data->categories)) { ?>
main->m('taxonomy_categories', __('Category', 'modern-events-calendar-lite')); ?>
data->categories as $category) { $color = ((isset($category['color']) and trim($category['color'])) ? $category['color'] : ''); $color_html = ''; if($color) $color_html .= ' '; $icon = (isset($category['icon']) ? $category['icon'] : ''); $icon = isset($icon) && $icon != '' ? '' : ''; echo '
'; } ?>

main->m('more_info_link', __('More Info', 'modern-events-calendar-lite')); ?>

main->module('speakers.details', array('event' => $event)))) { ?>
main->module('speakers.details', array('event' => $event)); ?>
main->module('attendees-list.details', array('event' => $event)); ?> main->module('next-event.details', array('event' => $event)); ?>
main->get_post_content($event); ?>
display_data_fields($event); ?> main->module('links.details', array('event' => $event)); ?>
main->module('googlemap.details', array('event' => $this->events, 'auto_init'=>false, 'uniqueid' => $this->uniqueid)); ?>
main->module('export.details', array('event' => $event)); ?> display_hourly_schedules_widget($event); ?> main->is_sold($event) and count($event->dates) <= 1): ?>
date) );?>
main->can_show_booking_module($event)): ?>
main->module('booking.default', array('event' => $this->events, 'uniqueid' => $this->uniqueid)); } ?>
'); ?>