File: /home/sinanpasha/ru.sinanpasha.org/wp-content/themes/capital/tribe-events/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
*
*/
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
} ?>
<div class="events-title">
<div class="inner-wrap">
<h1><?php _e('Events', 'wpzoom'); ?></h1>
</div>
</div>
<div class="inner-wrap">
<?php do_action( 'tribe_events_before_template' ); ?>
<!-- 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' ) ?>
</div>