* * This source file is subject to the elinext.com license that is bundled * with this source code in the file LICENSE. */ if (!$event) { return; } $event_img = self::get_event_url($event->eventImage); $gmap_address = urlencode($event->venueAddress1). ', '.$event->venueCity. ', '.$event->venueState. ' ' . $event->venueZip; $url_ext_sign = ! get_option('permalink_structure') ? '&' : '?'; $parent_link = get_site_url().'/'. $ac_options['calendar_slug']; $link = $parent_link. $url_ext_sign .'event_id='. $event->eventID; $imgStyle = isset($ac_options['img_style']) ? $ac_options['img_style'] : ''; ?>
-
eventDescription, intval($limitDesc)); ?>eventTicketInfo; ?>
ticketPhone): ?>ticketPhone; ?>
eventEmail): ?>eventEmail; ?>
eventTicketUrl): ?>venueAddress1; if ($event->venueAddress2) echo ', '.$event->venueAddress2; if ($event->venueCity) echo ', '.$event->venueCity; if ($event->venueState) echo ', '.$event->venueState; if ($event->venueZip) echo ' '.$event->venueZip; ?>