found_value('event_orgnizer', $settings) == 'on' || $single->found_value('register_btn', $settings) == 'on'): ?>
found_value('event_orgnizer', $settings) == 'on') { ?>
<?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) and $single->found_value('register_btn', $settings) == 'on'): ?> uniqueid; if(isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ /* $data_lity = 'onclick="openBookingModal();"'; */ $data_lity_class = 'mec-booking-data-lity'; $target_id = 'mec-events-meta-group-booking-box-'.$single->uniqueid; } ?> >main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?> main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?>
found_value('event_speakers', $settings) == 'on') echo $single->main->module('speakers.details', array('event' => $event)); ?> found_value('local_time', $settings) == 'on') echo $single->main->module('local-time.details', array('event' => $event)); ?> found_value('event_location', $settings) == 'on' || $single->found_value('event_categories', $settings) == 'on' || $single->found_value('more_info', $settings) == 'on'): ?>
found_value('event_location', $settings) == 'on') { ?>
<?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;?>

show_other_locations($event); // Show Additional Locations } ?> data->categories) and !empty($event->data->categories) and $single->found_value('event_categories', $settings) == 'on') { ?>
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 '
'; } ?>
found_value('more_info', $settings) == 'on') { ?>

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

found_value('attende_module', $settings) == 'on') echo $single->main->module('attendees-list.details', array('event' => $event)); ?> found_value('next_module', $settings) == 'on') echo $single->main->module('next-event.details', array('event' => $event)); ?> found_value('weather_module', $settings) == 'on') echo $single->main->module('weather.details', array('event' => $event)); ?> found_value('qrcode_module', $settings) == 'on') echo $single->main->module('qrcode.details', array('event' => $event)); ?> found_value('public_download_module', $settings) == 'on') echo $single->display_public_download_module($event); ?> found_value('custom_fields_module', $settings) == 'on') echo $single->display_data_fields($event, true); ?>