HEX
Server: Apache
System: Linux webm005.cluster114.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: epubdjye (129326)
PHP: 8.5.7
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/epubdjye/www/wp-content/plugins/the-events-calendar/common/src/Common/Template.php
<?php
/**
 * TEC Common Template - Can be used with ALL Common Views.
 *
 * @since 6.5.4
 *
 * @package TEC\Common;
 */

namespace TEC\Common;

use Tribe__Template as Base_Template;
use Tribe__Main as Common_Plugin;

/**
 * Class Template
 *
 * @since 6.5.4
 */
class Template extends Base_Template {

	/**
	 * Template constructor.
	 */
	public function __construct() {
		$this->set_template_origin( Common_Plugin::instance() );
		$this->set_template_folder( 'src/views' );
		$this->set_template_context_extract( true );
		$this->set_template_folder_lookup( true );
	}
}