Server IP : 192.158.238.246 / Your IP : 18.221.95.53 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jenniferflocom/www/wp-content/themes/skt-coming-soon/ |
Upload File : |
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package SKT Coming Soon */ $header_trans = get_theme_mod('one_header_transparent', 1); $footer_text = get_theme_mod('footer_text'); ?> <div class="copyright-area <?php if( !is_home() && is_front_page() && $header_trans == '') { echo esc_html('transfooter'); } ?>"> <div class="copyright-wrapper"> <div class="container"> <div class="copyright-txt"> <?php if (!empty($footer_text)) { ?> <?php echo esc_html($footer_text); ?> <?php } else { ?> <?php bloginfo('name'); ?> <?php esc_html_e('Theme By ','skt-coming-soon');?> <?php if( is_home() && is_front_page()) {?> <a href="<?php echo esc_url('https://www.sktthemes.org/');?>" target="_blank"><?php esc_html_e('SKT Themes','skt-coming-soon'); ?></a> <?php } else {?> <?php esc_html_e('SKT Themes','skt-coming-soon'); ?> <?php } ?> <?php } ?> </div> <div class="clear"></div> </div> </div> </div><!--end #copyright-area--> <?php wp_footer(); ?> </body> </html>