HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MvAlphen/va-bo.nl/wwwroot/wp-content/themes/hattan/footer.php
<?php global $smof_data;?>
        <!-- ===== FOOTER ===== --> 
        <footer id="footer-2">
            <div class="container">
                <div class="row">
                    <div class="col-lg-6 col-sm-6">
                        <?php if($smof_data['footer-text']!= ""){
                                echo "<span>".wp_kses($smof_data['footer-text'],array(
                                                                                'a' => array(
                                                                                    'href' => array(),
                                                                                    'title' => array(),
                                                                                    'target'=>array()
                                                                                ),
                                                                                'br' => array(),
                                                                                'em' => array(),
                                                                                'strong' => array(),
                                                                            ))."</span>";
                                }?>
                    </div>
                    <div class="col-lg-6 col-sm-6 text-right">
                        <?php if($smof_data['footer-facebook']!= ""){
                                    echo "<a href=\"".esc_url($smof_data['footer-facebook'])."\" class=\"social-1\"><i class=\"fa fa-facebook\"></i></a>";
                                }
                                if($smof_data['footer-twitter']!= ""){
                                    echo "<a href=\"".esc_url($smof_data['footer-twitter'])."\" class=\"social-1\"><i class=\"fa fa-twitter\"></i></a>";
                                }
                                if($smof_data['footer-linkedin']!= ""){
                                    echo "<a href=\"".esc_url($smof_data['footer-linkedin'])."\" class=\"social-1\"><i class=\"fa fa-linkedin\"></i></a>";
                                }?>
                    </div>
                </div>
            </div>
        </footer>
        <?php if($smof_data['menu-type'] == "menu-4"):?>
            </div>
        <?php endif;?>
        <!-- ======== / FOOTER ======== -->
    <?php wp_footer(); ?>
    </body>
</html>