Server IP : 172.67.214.6 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/redwjova/fyntric.com/wp-content/themes/smart-mag/partials/footer/ |
Upload File : |
<?php /** * Classic Footer. */ ?> <?php if (Bunyad::options()->footer_upper): ?> <div class="upper-footer classic-footer-upper"> <div class="ts-contain wrap"> <?php if (is_active_sidebar('main-footer')): ?> <div class="widgets row cf"> <?php dynamic_sidebar('main-footer'); ?> </div> <?php endif; ?> </div> </div> <?php endif; ?> <?php if (Bunyad::options()->footer_lower): ?> <div class="lower-footer classic-footer-lower"> <div class="ts-contain wrap"> <div class="inner"> <div class="copyright"> <?php Bunyad::theme()->the_copyright(); ?> </div> <?php if (has_nav_menu('smartmag-footer-links')): ?> <div class="links"> <?php wp_nav_menu([ 'theme_location' => 'smartmag-footer-links', 'fallback_cb' => '', 'walker' => (class_exists('Bunyad_Menus') ? 'Bunyad_MenuWalker' : '') ]); ?> </div> <?php endif; ?> </div> </div> </div> <?php endif; ?>