/var/www/html_us/wp-content/plugins/checkout-for-woocommerce/templates/futurist/header.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
if ( ! defined'ABSPATH' ) ) {
    exit; 
// Exit if accessed directly
}
?>
<header id="cfw-header" class="container-fluid">
    <div class="row">
        <div class="col-12">
            <div id="cfw-logo-container">
                <?php cfw_logo(); ?>
            </div>
        </div>
    </div>
</header>