get_age( $css, $show ) : ' ' ); $artist = ( $artist_name ? $layout->get_artist( $css, $show ) : '' ); $date = $layout->get_date( $show->date ); $description = ( $show_description ? $layout->get_description( $css, $show ) : ' ' ); $iso = $layout->get_iso( $show ); $location = $layout->get_location( $css, $show ); $phone = ( $venue_phone ? $layout->get_phone( $css, $show ) : ' ' ); $showphone = ( $phone == ' ' || empty( $phone ) ? '' : ', ' .$phone ); $showname = ( $show_name ? $layout->get_show_name( $css, $show ) : ' ' ); $stage = ( $venue_stage ? $layout->get_stage( $css, $show ) : ' ' ); $tickets = ( $ticket_price ? $layout->get_tix( $css, $show ) : ' ' ); $time = ( $show_time ? $layout->get_time( $css, $show ) : '' ); $venue = $layout->get_venue( $css, $show ); $day = date( 'D', strtotime( $date ) ); $daynum = date( 'j', strtotime( $date ) ); $month = date( 'M', strtotime( $date ) ); $sep1 = $layout->get_separator( array( 'at', $artist_name, $show->artistname ) ); $sep2 = $layout->get_separator( array( 'vbar', $show_name, $show->name, $show_description, $show->description ) ); $sep3 = $layout->get_separator( array( 'vbar', $age_limit, $show->ageLimit, $ticket_price, $show->ticketPrice != '', 'agetixsep' ) ); ?>
ageLimit != '' || $ticket_price && $show->ticketPrice != '' ) { ?> name != '' ) { echo $showname; } // End of show_name if ( $show_description && $show->description != '' ) { echo $description; } // End of show_description ?>