main->load_owl_assets(); $sed_method = $this->sed_method; if($sed_method == 'new') $sed_method = '0'; // Generating javascript code tpl $javascript = ''; // Include javascript code into the page if($this->main->is_ajax() or $this->main->preview()) echo MEC_kses::full($javascript); else $this->factory->params('footer', $javascript); $styling = $this->main->get_styling(); $event_colorskin = (isset($styling['mec_colorskin'] ) || isset($styling['color'])) ? 'colorskin-custom' : ''; $dark_mode = $styling['dark_mode'] ?? ''; if($dark_mode == 1) $set_dark = 'mec-dark-mode'; else $set_dark = ''; if($this->sf_display_label) $label_all_set = 'mec-there-labels'; else $label_all_set = ''; do_action('mec_start_skin', $this->id); do_action('mec_full_skin_head'); ?>
sf_status): ?> sf_options['month_filter']) ? $this->sf_options['month_filter'] : array()); $sf_category = (isset($this->sf_options['category']) ? $this->sf_options['category'] : array()); $sf_location = (isset($this->sf_options['location']) ? $this->sf_options['location'] : array()); $sf_organizer = (isset($this->sf_options['organizer']) ? $this->sf_options['organizer'] : array()); $sf_speaker = (isset($this->sf_options['speaker']) ? $this->sf_options['speaker'] : array()); $sf_tag = (isset($this->sf_options['tag']) ? $this->sf_options['tag'] : array()); $sf_label = (isset($this->sf_options['label']) ? $this->sf_options['label'] : array()); $sf_text_search = (isset($this->sf_options['text_search']) ? $this->sf_options['text_search'] : array()); $sf_address_search = (isset($this->sf_options['address_search']) ? $this->sf_options['address_search'] : array()); $sf_event_cost = (isset($this->sf_options['event_cost']) ? $this->sf_options['event_cost'] : array()); $sf_local_time = (isset($this->sf_options['time_filter']) ? $this->sf_options['time_filter'] : array()); $sf_fields = ((isset($this->sf_options['fields']) and is_array($this->sf_options['fields'])) ? $this->sf_options['fields'] : array()); $sf_month_filter_status = (isset($sf_month_filter['type']) and trim($sf_month_filter['type'])); $sf_category_status = (isset($sf_category['type']) and trim($sf_category['type'])); $sf_location_status = (isset($sf_location['type']) and trim($sf_location['type'])); $sf_organizer_status = (isset($sf_organizer['type']) and trim($sf_organizer['type'])); $sf_speaker_status = (isset($sf_speaker['type']) and trim($sf_speaker['type'])); $sf_tag_status = (isset($sf_tag['type']) and trim($sf_tag['type'])); $sf_label_status = (isset($sf_label['type']) and trim($sf_label['type'])); $sf_text_search_status = (isset($sf_text_search['type']) and trim($sf_text_search['type'])); $sf_address_search_status = (isset($sf_address_search['type']) and trim($sf_address_search['type'])); $sf_event_cost_status = (isset($sf_event_cost['type']) and trim($sf_event_cost['type'])); $sf_local_time_status = (isset($sf_local_time['type']) and trim($sf_local_time['type'])); $sf_fields_status = false; if(is_array($sf_fields) and count($sf_fields)) { foreach($sf_fields as $sf_field) if(isset($sf_field['type']) and $sf_field['type']) $sf_fields_status = true; } // Status of Speakers Feature $speakers_status = (!isset($this->settings['speakers_status']) or (isset($this->settings['speakers_status']) and !$this->settings['speakers_status'])) ? false : true; $sf_columns = 12; ?>
sf_search_field('category', $sf_category , $this->sf_display_label)); ?> sf_search_field('location', $sf_location , $this->sf_display_label)); ?> sf_search_field('organizer', $sf_organizer , $this->sf_display_label)); ?> sf_search_field('speaker', $sf_speaker , $this->sf_display_label)); ?> sf_search_field('tag', $sf_tag , $this->sf_display_label)); ?> sf_search_field('label', $sf_label , $this->sf_display_label)); ?>
sf_search_field('fields', $sf_fields , $this->sf_display_label)); ?>
sf_search_field('address_search', $sf_address_search , $this->sf_display_label)); ?> sf_search_field('event_cost', $sf_event_cost , $this->sf_display_label)); ?>
sf_search_field('text_search', $sf_text_search , $this->sf_display_label)); ?> sf_search_field('month_filter', $sf_month_filter , $this->sf_display_label)); ?> sf_search_field('time_filter', $sf_local_time , $this->sf_display_label)); ?> sf_reset_button): ?>
yearly): ?> monthly): ?> weekly): ?> daily): ?> list): ?> grid): ?> tile): ?>
yearly): ?> monthly): ?> weekly): ?> daily): ?> list): ?> grid): ?> tile): ?>
sf_status): ?>
load_skin($this->default_view)); ?>
subscribe_to_calendar(); ?>