?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/header/templates/parts/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/header/templates

?? Viewing: mobile-logo.php

<?php do_action('edgtf_quadric_before_mobile_logo'); ?>

<div class="edgtf-mobile-logo-wrapper">
    <a href="<?php echo esc_url(home_url('/')); ?>" <?php edgtf_quadric_inline_style($logo_styles); ?>>
        <img src="<?php echo esc_url($logo_image); ?>" alt="mobile-logo"/>
    </a>
</div>

<?php do_action('edgtf_quadric_after_mobile_logo'); ?>


??

??