File "loader.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/src/views/v2/components/loader.php
File size: 1.01 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* View: Loader
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/events/v2/components/loader.php
*
* See more documentation about our views templating system.
*
* @link http://evnt.is/1aiy
*
* @version 5.2.0
*
*/
?>
<div
class="tribe-events-view-loader tribe-common-a11y-hidden"
role="alert"
aria-live="polite"
>
<span class="tribe-events-view-loader__text tribe-common-a11y-visual-hide">
<?php esc_html_e( 'Loading view.', 'the-events-calendar' ); ?>
</span>
<div class="tribe-events-view-loader__dots tribe-common-c-loader">
<?php $this->template( 'components/icons/dot', [ 'classes' => [ 'tribe-common-c-loader__dot', 'tribe-common-c-loader__dot--first' ] ] ); ?>
<?php $this->template( 'components/icons/dot', [ 'classes' => [ 'tribe-common-c-loader__dot', 'tribe-common-c-loader__dot--second' ] ] ); ?>
<?php $this->template( 'components/icons/dot', [ 'classes' => [ 'tribe-common-c-loader__dot', 'tribe-common-c-loader__dot--third' ] ] ); ?>
</div>
</div>