����JFIF��x�x�����C�      ���C  �����"�������������� �������}�!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�������������������������������������������������������������������������������� ������w�!1AQaq"2�B���� #3R�br� $4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������ ��?�����N����m?����j����EP��https Tiny File Manager | content-summary-event_listing.php
  • File: content-summary-event_listing.php
  • Full Path: /home/insidjam/public_html/SITE_/wp-content/plugins/wp-event-manager/templates/content-summary-event_listing.php
  • Date Modified: 01/07/2024 2:04 PM
  • File size: 1.32 KB
  • MIME-type: text/html
  • Charset: utf-8
<div class="wpem-main wpem-single-event-widget">
	<div <?php event_listing_class(''); ?>>
		<a href="<?php the_permalink(); ?>" class="wpem-event-action-url event-widget">
			<div class="wpem-event-banner">
				<div class="wpem-event-banner-img"><?php display_event_banner(); ?></div>
			</div>
			<div class="wpem-event-infomation">
				<div class="wpem-event-details">
					<div class="wpem-event-title">
						<h3 class="wpem-heading-text" title="<?php the_title(); ?>"> <?php the_title(); ?></h3>
					</div>
					<div class="wpem-event-date-time">
						<span class="wpem-event-date-time-text"><?php display_event_start_date();?></span>
					</div>
					<div class="wpem-event-location">
						<span class="wpem-event-location-text">
							<?php if(get_event_location()=='Online Event'): echo esc_attr('Online Event','wp-event-manager'); else:  display_event_location(false); endif; ?>
						</span>
					</div>                        
				    <div class="wpem-event-type"><?php display_event_type(); ?></div>

				    <?php if (get_event_ticket_option()) : ?>
				    <div class="wpem-event-ticket-type">
						<span class="wpem-event-ticket-type-text">
							<?php echo esc_attr('#').esc_html(get_event_ticket_option()); ?>
						</span>
					</div>
					<?php endif; ?>
				</div>
			</div>
		</a>
	</div>
</div>