| Current File : /home/bwalansa/www/wp-content/plugins/the-events-calendar/src/views/month.php |
<?php
/**
* Month View Template
* The wrapper template for month view.
*
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/month.php
*
* @package TribeEventsCalendar
*
*/
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
} ?>
<?php do_action( 'tribe_events_before_template' ) ?>
<!-- Tribe Bar -->
<?php tribe_get_template_part( 'modules/bar' ); ?>
<!-- Main Events Content -->
<?php tribe_get_template_part( 'month/content' ); ?>
<?php do_action( 'tribe_events_after_template' ) ?>