HEX
Server: Apache
System: Linux webd003.cluster128.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: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/cortonavolley/wp-content/themes/subway/includes/modules/preloader.php
<?php
$subway_options = subway_qode_return_global_options();

$loading_animation = true;
if ( isset( $subway_options['loading_animation'] ) && $subway_options['loading_animation'] == "off" ) {
    $loading_animation = false;
}

if ( isset( $subway_options['loading_image'] ) && $subway_options['loading_image'] != "" ) {
    $loading_image = $subway_options['loading_image'];
} else {
    $loading_image = "";
}
?>
<?php if ( $loading_animation ) { ?>
    <div class="ajax_loader">
        <div class="ajax_loader_1">
            <?php if ( $loading_image != "" ) { ?>
                <div class="ajax_loader_2"><img src="<?php echo esc_url( $loading_image ); ?>" alt="<?php esc_attr_e( 'Preloader image', 'subway' ); ?>"/></div>
            <?php } else { ?>
                <div class="ajax_loader_html"></div>
            <?php } ?>
        </div>
    </div>
<?php } ?>