Server : Apache System : Linux ls31.server.ly 3.10.0-962.3.2.lve1.5.68.el7.x86_64 #1 SMP Wed Apr 6 11:12:23 UTC 2022 x86_64 User : medchoco ( 2906) PHP Version : 8.3.16 Disable Function : mail Directory : /home/medchoco/public_html/wp-content/themes/puca/footer/themes/fashion/ |
Upload File : |
<?php $footer = apply_filters( 'puca_tbay_get_footer_layout', 'default' ); $copyright = puca_tbay_get_config('copyright_text', ''); $footer_customize_class = ( puca_tbay_get_config('footer_remove_style', false) ) ? '-customize' : ''; ?> </div><!-- .site-content --> <footer id="tbay-footer<?php echo esc_attr($footer_customize_class); ?>" class="tbay-footer<?php echo esc_attr($footer_customize_class); ?> <?php echo (!empty($footer)) ? esc_attr($footer) : ''; ?>"> <?php if ( !empty($footer) ): ?> <?php puca_tbay_display_footer_builder($footer); ?> <?php else: ?> <?php if ( is_active_sidebar( 'footer' ) ) : ?> <div class="footer"> <div class="container"> <div class="row"> <?php dynamic_sidebar( 'footer' ); ?> </div> </div> </div> <?php endif; ?> <?php if( !empty($copyright) ) : ?> <div class="tbay-copyright"> <div class="container"> <div class="copyright-content"> <div class="text-copyright text-center"> <?php echo trim($copyright); ?> </div> </div> </div> </div> <?php else: ?> <div class="tbay-copyright"> <div class="container"> <div class="copyright-content"> <div class="text-copyright text-center"> <?php $allowed_html_array = array( 'a' => array('href' => array() ) ); echo wp_kses(__('Copyright © 2022 - puca. All Rights Reserved. <br/> Powered by <a href="//thembay.com">ThemBay</a>', 'puca'), $allowed_html_array); ?> </div> </div> </div> </div> <?php endif; ?> <?php endif; ?> </footer><!-- .site-footer --> <?php $tbay_header = apply_filters( 'puca_tbay_get_header_layout', puca_tbay_get_config('header_type', 'v1') ); ?> <?php $_id = puca_tbay_random_key(); ?> <?php if ( puca_tbay_get_config('back_to_top') ) { ?> <div class="tbay-to-top <?php echo esc_attr($tbay_header); ?>"> <div class="more-to-top"> <?php if( class_exists( 'YITH_WCWL' ) ) { ?> <a class="text-skin wishlist-icon" href="<?php $wishlist_url = YITH_WCWL()->get_wishlist_url(); echo esc_url($wishlist_url); ?>"><i class="icon-heart" aria-hidden="true"></i><span class="count_wishlist"><?php $wishlist_count = YITH_WCWL()->count_products(); echo esc_html($wishlist_count); ?></span></a> <?php } ?> <?php if ( !(defined('PUCA_WOOCOMMERCE_CATALOG_MODE_ACTIVED') && PUCA_WOOCOMMERCE_CATALOG_MODE_ACTIVED) && defined('PUCA_WOOCOMMERCE_ACTIVED') && PUCA_WOOCOMMERCE_ACTIVED ): ?> <!-- Setting --> <div class="tbay-cart top-cart hidden-xs"> <a href="<?php echo esc_url( wc_get_cart_url() ); ?>" class="mini-cart"> <i class="icon-bag"></i> <span class="mini-cart-items-fixed"> <?php echo sprintf( '%d', WC()->cart->cart_contents_count );?> </span> </a> </div> <?php endif; ?> </div> <a href="javascript:void(0);" id="back-to-top"> <p><?php esc_html_e('TOP', 'puca'); ?></p> </a> </div> <?php } ?> <?php if ( puca_tbay_get_config('mobile_back_to_top') ) { ?> <div class="tbay-to-top-mobile tbay-to-top <?php echo esc_attr($tbay_header); ?>"> <div class="more-to-top"> <a href="javascript:void(0);" id="back-to-top-mobile"> <i class="icon-arrow-up"></i> </a> </div> <?php } ?> </div><!-- .site --> <?php wp_footer(); ?> </body> </html>