File "page.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/page.php
File size: 501 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$datepicker_format = \Tribe__Date_Utils::get_datepicker_format_index();
$state_class = 'tribe-aggregator-inactive';
if ( tribe( 'events-aggregator.main' )->is_service_active() ) {
$state_class = 'tribe-aggregator-active';
}
?>
<div class="tribe-ea wrap <?php echo esc_attr( $state_class ); ?>" data-datepicker_format="<?php echo esc_attr( $datepicker_format ); ?>">
<?php $this->template( 'header' ); ?>
<div class="tribe-message-container"></div>
<?php $this->template( 'tab' ); ?>
</div>