HEX
Server: Apache/2
System: Linux server.cloudfly.vn 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64
User: root (0)
PHP: 7.4.29
Disabled: NONE
Upload Files
File: /home/dkhp464/public_html/wp-content/themes/DaKhoaHongPhat/blocks/navbar-footer.php
<?php if(lighthouse()): ?>

<div class="sticky-cta">
    <div class="container">
        <div class="row justify-content-xl-around justify-content-between">
            <div class="col-lg-3 col-4">
                <a class="sticky-item-ft"
                   href="<?= LIVE_CHAT?>"
                   title="Tư vấn online">
                    <div class="sticky-icon">
                        <div class="bg-icon-ft">
                            <img class="img-fluid" src="<?= get_template_directory_uri() ?>\image/icon-mess-ft.png" width="40" height="40" alt="Đặt hẹn">
                        </div>
                    </div>
                    <p class="">CHAT NGAY</p>
                </a>
            </div>
            <div class="col-lg-3 col-4">
                <a class="sticky-item" href="tel: <?=PHONE_NEW?>" title="Gọi điện">
                    <div class="sticky-icon">
                        <div class="sticky-img sticky-phone"  onclick="vibratePhone()">
                            <img class="img-fluid" src="<?= get_template_directory_uri() ?>\image/icon-phone-ft.png" width="80" height="80"
                                 alt="Bác sĩ tư vấn">
                        </div>
                    </div>
                    <p class="text-call-ft">GỌI ĐIỆN </p>
                </a>

            </div>
            <div class="col-lg-3 col-4">
                <a class="sticky-item-ft" href="<?= LIVE_CHAT?>" title="Nhận mã đặt hẹn">
                    <div class="sticky-icon">
                        <div class="bg-icon-ft">
                            <img class="img-fluid" src="<?= get_template_directory_uri() ?>\image/icon-date-ft.png" width="40" height="40"
                                 alt="Chat với tư vấn viên">
                        </div>
                    </div>
                    <p class=""> ĐẶT HẸN</p>
                </a>
            </div>
        </div>
    </div>
</div>
<?php endif;?>