File: //var/www/lipovac/wp-content/plugins/the-events-calendar/src/views/day.php
<?php
/**
* Day View Template
* The wrapper template for day view.
*
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/day.php
*
* @package TribeEventsCalendar
* @version 4.6.19
*
*/
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
do_action( 'tribe_events_before_template' );
?>
<!-- Title Bar -->
<?php tribe_get_template_part( 'day/title-bar' ); ?>
<!-- Tribe Bar -->
<?php tribe_get_template_part( 'modules/bar' ); ?>
<!-- Main Events Content -->
<?php tribe_get_template_part( 'day/content' ) ?>
<div class="tribe-clear"></div>
<?php
do_action( 'tribe_events_after_template' );