| Server IP : 81.19.159.101 / Your IP : 216.73.217.111 Web Server : Apache System : Linux www58.world4you.com 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : ftp8817043 ( 2681) PHP Version : 8.4.21 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/.sites/103/site8817043/web/wp-content/themes/enfold/config-events-calendar/views/pro/ |
Upload File : |
<?php
/**
* Map View Template
* The wrapper template for map view.
*
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/map.php
*
* @package TribeEventsCalendar
*
*/
if ( !defined('ABSPATH') ) { die('-1'); } ?>
<?php do_action( 'tribe_events_before_template' ); ?>
<!-- Tribe Bar -->
<?php tribe_get_template_part( 'modules/bar' ); ?>
<!-- Google Map Container -->
<?php tribe_get_template_part( 'pro/map/gmap-container' ) ?>
<!-- Main Events Content -->
<?php tribe_get_template_part( 'pro/map/content' ) ?>
<div class="tribe-clear"></div>
<?php do_action( 'tribe_events_after_template' );