/**
  * espresso_display_ticket_selector
  * whether or not to display the Ticket Selector for an event
  *
  * @param bool $EVT_ID
  * @return boolean
  */
 function espresso_display_ticket_selector($EVT_ID = FALSE)
 {
     EE_Registry::instance()->load_helper('Event_View');
     return EEH_Event_View::display_ticket_selector($EVT_ID);
 }
 /**
  * espresso_display_ticket_selector
  * whether or not to display the Ticket Selector for an event
  *
  * @param bool $EVT_ID
  * @return boolean
  */
 function espresso_display_ticket_selector($EVT_ID = FALSE)
 {
     return EEH_Event_View::display_ticket_selector($EVT_ID);
 }