is_enabled('data_time') || $this->is_enabled('local_time') || $this->is_enabled('event_cost') || $this->is_enabled('more_info') || $this->is_enabled('event_label') || $this->is_enabled('event_location') || $this->is_enabled('event_categories') || $this->is_enabled('event_orgnizer') || $this->is_enabled('register_btn')): ?>
data->meta['mec_date']['start']) and !empty($event->data->meta['mec_date']['start']) and $this->is_enabled('data_time')) { $single->display_datetime_widget($event, $occurrence_full, $occurrence_end_full); } // Local Time Module if($this->is_enabled('local_time')) echo MEC_kses::full($single->main->module('local-time.details', array('event' => $event, 'icons' => $icons))); ?> is_enabled('event_cost')) { ?>
display('wallet'); ?>

main->m('cost', esc_html__('Cost', 'modern-events-calendar-lite'))); ?>

is_enabled('more_info')) { ?>
display('info'); ?>

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

data->labels) and !empty($event->data->labels) and $this->is_enabled('event_label')) { $single->display_labels_widget($event); } ?> data ); ?> data ); ?> data); ?> is_enabled('event_location')) { $single->display_location_widget($event); // Show Location Widget $single->show_other_locations($event); // Show Additional Locations } ?> data->categories) and !empty($event->data->categories) and $this->is_enabled('event_categories')) { ?>
display('folder'); ?>
main->m('taxonomy_categories', esc_html__('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 = $category['icon'] ?? ''; $icon = isset($icon) && $icon != '' ? '' : ''; echo '
'; } ?>
is_enabled('event_orgnizer')) { ?>
display('home'); ?>

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

<?php echo (isset($organizer['name']) ? esc_attr($organizer['name']) : ''); ?>
display('link'); ?>
display('home'); ?>
display('phone'); ?>
display('envelope'); ?>
display('sitemap'); ?>
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) and $this->is_enabled('register_btn')): ?> main->m('register_button', esc_html__('REGISTER', 'modern-events-calendar-lite'))); ?> is_enabled('register_btn') == 'on' and $more_info and !$single->main->is_expired($event)): ?> main->m('register_button', esc_html__('REGISTER', 'modern-events-calendar-lite'))); ?>
is_enabled('event_speakers')) echo MEC_kses::full($single->main->module('speakers.details', array('event' => $event, 'icons' => $icons))); ?> is_enabled('event_sponsors')) echo MEC_kses::full($single->main->module('sponsors.details', array('event' => $event, 'icons' => $icons))); ?> is_enabled('attende_module')) echo MEC_kses::full($single->main->module('attendees-list.details', array('event' => $event, 'icons' => $icons))); ?> is_enabled('next_module')) echo MEC_kses::full($single->main->module('next-event.details', array('event' => $event, 'icons' => $icons))); ?> is_enabled('links_module')) echo MEC_kses::full($single->main->module('links.details', array('event' => $event, 'icons' => $icons))); ?> is_enabled('weather_module')) echo MEC_kses::full($single->main->module('weather.details', array('event' => $event, 'icons' => $icons))); ?> is_enabled('google_map')): ?>
main->module('googlemap.details', array('event' => $single->events, 'icons' => $icons))); ?>
is_enabled('qrcode_module')) echo MEC_kses::full($single->main->module('qrcode.details', array('event' => $event, 'icons' => $icons))); ?> is_enabled('public_download_module')) $single->display_public_download_module($event); ?> is_enabled('custom_fields_module')) $single->display_data_fields($event, true); ?>