p $this->template( 'components/icons/dot', [ 'classes' => [ 'tribe-common-c-loader__dot', 'tribe-common-c-loader__dot--first' ] ] ); ?>
Today ( $today_title ); ?>" > Today

UB40 (Rats in the Kitchen)

Tala Amphitheatre Tala Amphitheatre, Tala, Paphos, Cyprus

Rats In The Kitchen ~ The World’s Top UB40 Live Tribute band Hailing from Birmingham, UK, the home city of reggae legends UB40 — Rats In The Kitchen are a […]

€26

UB40 (Rats in the Kitchen)

Pissouri Amphitheatre Pissouri Ampitheatre, Pissouri, Cyprus

Rats In The Kitchen ~ The World’s Top UB40 Live Tribute band Hailing from Birmingham, UK, the home city of reggae legends UB40 — Rats In The Kitchen are a […]

€26

UB40 (Rats in the Kitchen)

Bonamare, Timi Bonamare Beach Bar cafe, Timi, Cyprus

Rats In The Kitchen ~ The World’s Top UB40 Live Tribute band Hailing from Birmingham, UK, the home city of reggae legends UB40 — Rats In The Kitchen are a […]

€26

UB40 (Rats in the Kitchen)

Ampelones Outdoor Arena Ampelones Hall, E709, Peyia, Cyprus

Rats In The Kitchen ~ The World’s Top UB40 Live Tribute band Hailing from Birmingham, UK, the home city of reggae legends UB40 — Rats In The Kitchen are a […]

€26

UB40 (Rats in the Kitchen)

Blue Spice, Pernera Blue Spice Restaurant, Pernera

Rats In The Kitchen ~ The World’s Top UB40 Live Tribute band Hailing from Birmingham, UK, the home city of reggae legends UB40 — Rats In The Kitchen are a […]

€26
Export Events
return; } if ( ! $handler->use_subscribe_links() && empty( $ical->display_link ) ) { return; } // Users can turn off the link list via a filter, handle that. if ( ! $handler->use_subscribe_links() ) { $this->template( 'components/subscribe-links/legacy', [ 'ical' => $ical ] ); return; } $view = $this->get_view(); $count = array_filter( $subscribe_links, static function( Link_Abstract $link_obj ) use ( $view ) { return $link_obj->is_visible( $view ); } ); if ( 1 === count( $count ) ) { // If we only have one link in the list, show a "button". $key = array_keys( $count )[0]; $this->template( 'components/subscribe-links/single', [ 'item' => $subscribe_links[ $key ] ] ); } else { // If we have multiple links in the list, show a "dropdown". $this->template( 'components/subscribe-links/list', [ 'items' => $subscribe_links ] ); }