Server IP : 192.64.118.117 / Your IP : 18.220.97.0 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/thecgapy/mcprintingandpromotions.com/wp-content/themes/zigcy-lite/ |
Upload File : |
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Zigcy Lite */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer"> <div id = "store-mart-lite-section-footer-wrap" class="store-mart-lite-section-footer-wrap-main clearfix"> <?php $footer_layout = get_theme_mod('zigcy_lite_footer_width_type','layout1'); if($footer_layout == 'layout1'){ $class = 'footer-one'; }else{ $class = 'footer-two'; } ?> <div class="container <?php echo $class; ?>" > <?php do_action( 'zigcy_lite_footer' ); ?> <?php do_action( 'zigcy_lite_footer_copyright_fn' ); ?> </div> </div> </footer><!-- #colophon --> <div class="sml-scrollup"> <a href="#" class="back-to-top" > <span> <i class="lnr lnr-chevron-up" aria-hidden="true"></i> </span> </a> </div> </div> <?php wp_footer(); ?> </body> </html>