/
home
/
rekodeb
/
osteo
/
wp-content
/
themes
/
zuperla
/
tribe-events
/
day
/
Upload File
HOME
<?php /** * Day View Single Event * This file contains one event in the day view * */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } tribe_get_template_part( 'eut-loop-single-event' ); //Omit closing PHP tag to avoid accidental whitespace output errors.