get_artist();
$template->set_filter( 'adp_get_separator_class', array( $template, 'filter_css' ), 'sep', 'adp_ical_name_sep' );
echo $template->get_separator( ' at ', array( 'empty' => $show->artistname, 'bool' => $adp->gensets['artist_name'] ) );
echo $template->get_venue();
echo $template->get_stage();
?>
get_location();
$template->set_filter( 'adp_get_separator_class', array( $template, 'filter_css' ), 'sep', 'adp_ical_locphone_sep' );
echo $template->get_separator( ' ', array( 'empty' => $template->get_phone(), 'bool' => $adp->gensets['venue_phone'] ) );
echo $template->get_phone();
?>
get_age();
$template->set_filter( 'adp_get_separator_class', array( $template, 'filter_css' ), 'sep', 'adp_ical_agetix_sep' );
echo $template->get_separator( ' | ', array( 'empty' => $show->ageLimit, 'empty' => $show->ticketPrice, 'bool' => $adp->gensets['age_limit'], 'bool' => $adp->gensets['ticket_price'] ) );
echo $template->get_tix();
?>
get_show_name();
?>
get_description();
?>