File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/themes/buliten-wp-full/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>