?> <?php } ?> </div> <div class="header-right"> <?php if ($wyde_options['top_bar_menu'] == '2') { ?> <div class="top-nav dropdown-nav"> <ul> <?php wyde_menu('top', 5); ?> </ul> </div> <?php } ?> <?php if ($wyde_options['menu_social_icon'] == '2') { ?> <?php wyde_social_icons('bottom'); ?>
<div id="footer-bottom" class="<?php echo esc_attr(implode(' ', $footer_classes)); ?> "> <div class="container"> <?php if ($wyde_options['footer_bar_menu'] == '1') { ?> <div id="footer-nav" class="<?php echo esc_attr($footer_col); ?> "> <ul class="footer-menu"> <?php wyde_menu('footer', 1); ?> </ul> </div> <?php } else { if ($wyde_options['footer_bar_menu'] == '2') { ?> <div id="footer-nav" class="<?php echo esc_attr($footer_col); ?> "> <?php wyde_social_icons();