%PDF- %PDF-
Direktori : /home/eirtvhdf/makkitrust.org/wp-content/plugins/the-events-calendar/src/views/month/ |
Current File : //home/eirtvhdf/makkitrust.org/wp-content/plugins/the-events-calendar/src/views/month/content.php |
<?php /** * Month View Content Template * The content template for the month view of events. This template is also used for * the response that is returned on month view ajax requests. * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/month/content.php * * @package TribeEventsCalendar * @version 4.6.19 * */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } if ( tec_events_views_v1_should_display_deprecated_notice() ) { _deprecated_file( __FILE__, '5.13.0', null, 'On version 6.0.0 this file will be removed. Please refer to <a href="https://evnt.is/v1-removal">https://evnt.is/v1-removal</a> for template customization assistance.' ); } ?> <div id="tribe-events-content" class="tribe-events-month"> <!-- Notices --> <?php tribe_the_notices() ?> <!-- Month Header --> <?php do_action( 'tribe_events_before_header' ) ?> <div id="tribe-events-header" <?php tribe_events_the_header_attributes() ?>> <!-- Header Navigation --> <?php tribe_get_template_part( 'month/nav' ); ?> </div> <!-- #tribe-events-header --> <?php do_action( 'tribe_events_after_header' ) ?> <!-- Month Grid --> <?php tribe_get_template_part( 'month/loop', 'grid' ) ?> <!-- Month Footer --> <?php do_action( 'tribe_events_before_footer' ) ?> <div id="tribe-events-footer"> <!-- Footer Navigation --> <?php do_action( 'tribe_events_before_footer_nav' ); ?> <?php tribe_get_template_part( 'month/nav' ); ?> <?php do_action( 'tribe_events_after_footer_nav' ); ?> </div> <!-- #tribe-events-footer --> <?php do_action( 'tribe_events_after_footer' ) ?> <?php tribe_get_template_part( 'month/mobile' ); ?> <?php tribe_get_template_part( 'month/tooltip' ); ?> </div><!-- #tribe-events-content -->