get_date();
$template->set_filter( 'adp_get_separator_class', array( $template, 'filter_css' ), 'sep', 'adp_w_classic_sep' );
echo $template->get_separator( ' at ', array( 'empty' => $show->timeSet, 'bool' => $instance['show_time'] ) );
echo $template->get_time(); ?>
get_artist();
$template->set_filter( 'adp_get_separator_class', array( $template, 'filter_css' ), 'sep', 'adp_w_classic_sep' );
echo $template->get_separator( ' at ', array( 'empty' => $show->artistname, 'empty' => $show->name, 'bool' => $instance['artist_name'], 'bool' => $instance['show_name'] ) );
echo $template->get_show_name(); ?>
get_venue();
echo $template->get_stage(); ?>
get_tix();
echo $template->get_age();
echo $template->get_location(); ?>