HEX
Server: LiteSpeed
System: Linux standart108 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: pplae2ji7 (11089)
PHP: 8.3.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/themes/buliten/footer.php
<?php
    $options = get_option('buliten'.'_theme_options');
?>

    <div class="clearfix"></div>

    <!-- Footer -->
    <?php $meta = _WSH()->get_meta('_bunch_header_settings');

            if (buliten_set($meta, 'footer_style')) {
                $footer_style = buliten_set($meta, 'footer_style');
            } else {
                $footer_style = buliten_set($options, 'footer_style', 'footer_v1');
            }

            if ($footer_style == 'footer_v1') {
                get_template_part('includes/modules/footer_v1');
            } elseif ($footer_style == 'footer_v2') {
                get_template_part('includes/modules/footer_v2');
            } elseif ($footer_style == 'footer_v3') {
                get_template_part('includes/modules/footer_v3');
            } else {
                get_template_part('includes/modules/footer_v1');
            }

    ?>    <!-- / -->

</div><!--<<< Page Wrapper -->

<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-angle-double-up"></span></div>

<?php wp_footer(); ?>
</body>
</html>