WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/airalleportuguese/enfold/config-events-calendar/views/default-template.php
<?php

if ( ! defined( 'ABSPATH' ) ) {  exit;  }    // Exit if accessed directly


global $avia_config;

	/*
	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
	 */
	 get_header();

	 $title = tribe_is_month() ? __( 'Calendar of Events', 'avia_framework' ) : tribe_get_events_title( false );
 	 $args = array(
				'title'	=> $title,
				'link'	=> ''
			);

 	 if( ! is_singular() || get_post_meta( get_the_ID(), 'header', true ) != 'no' )
	 {
		 echo avia_title( $args );
	 }

 	 do_action( 'ava_after_main_title' );

	 ?>

		<div class='container_wrap container_wrap_first main_color fullsize'>

			<div class='container'>

				<main class='template-page template-event-page content av-content-full units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>

					 <div id="tribe-events-pg-template">

                 	<?php

					tribe_events_before_html();
					tribe_get_view();
					tribe_events_after_html();

					?>

					</div> <!-- #tribe-events-pg-template -->

				<!--end content-->
				</main>

			</div><!--end container-->

		</div><!-- close default .container_wrap element -->

<?php
		get_footer();