16 lines
369 B
PHP
16 lines
369 B
PHP
<?php
|
|
/**
|
|
* List View Single Event
|
|
* This file contains one event in the list view
|
|
*
|
|
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/list/single-event.php
|
|
*
|
|
* @package TribeEventsCalendar
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
die( '-1' );
|
|
}
|
|
|
|
include Avada::$template_dir_path . '/tribe-events/pro/map/single-event.php';
|