• File: ajax-loader.php
  • Full Path: /home/atelipy/www/wpmain/wp-content/plugins/foogallery/freemius/templates/ajax-loader.php
  • File size: 252 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }
?>
<div class="fs-ajax-loader" style="display: none"><?php for ( $i = 1; $i <= 8; $i ++ ) : ?><div class="fs-ajax-loader-bar fs-ajax-loader-bar-<?php echo $i ?>"></div><?php endfor ?></div>