set_instance( $instance ); // Add the topline class (sets 0 top margin) to the first line if ( $instance['artist_name'] == 1 ) { $template->set_filter( 'adp_get_artist_class', array( $template, 'filter_css' ), 'artist', 'adp_w_ical_topline' ); } elseif ( $instance['show_name'] == 1 ) { $template->set_filter( 'adp_get_show_name_class', array( $template, 'filter_css' ), 'name', 'adp_w_ical_topline' ); } elseif ( $show->venueURI == '' ) { $template->set_filter( 'adp_get_venue_class', array( $template, 'filter_css' ), 'venue', 'adp_w_ical_topline' ); } else { $template->set_filter( 'adp_get_venue_linked_class', array( $template, 'filter_css' ), 'venuelink', 'adp_w_ical_topline' ); } ?>
date ) ); ?> date ) ); ?>
date ) ); ?>get_time(); ?>
get_artist(); echo $template->get_show_name(); echo $template->get_venue(); echo $template->get_stage(); echo $template->get_location(); echo $template->get_tix(); echo $template->get_age(); ?>