| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/old247sms.co.uk/247sms.co.uk/wwwroot/top/goalklub/ |
Upload File : |
<?php
/**
* The template for displaying Footer
*/
global $wpdb,$cs_theme_options;
?>
<!-- Main Section End -->
</div>
</main>
<!-- Main Content Section -->
<div class="clear"></div>
<!-- Footer Start -->
<?php
$footer_twitter = '';
$cs_sub_footer_social_icons = isset($cs_theme_options['cs_sub_footer_social_icons']) ? $cs_theme_options['cs_sub_footer_social_icons'] : '';
$footer_twitter = isset($cs_theme_options['cs_footer_twitter']) ? $cs_theme_options['cs_footer_twitter'] : '';
if(isset($footer_twitter) and $footer_twitter=='on'){
?>
<section class="footer-tweets">
<div class="container">
<div class="row"><div class="col-md-12"><?php cs_footer_twitter(); ?></div></div>
</div>
</section>
<?php
}
$cs_footer_widget = '';
$cs_footer_widget = $cs_theme_options['cs_footer_widget'];
if(isset($cs_footer_widget) and $cs_footer_widget == 'on'){
?>
<footer id="footer-sec">
<div class="container">
<div class="row">
<?php
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-widget-1') ) : endif;
?>
</div>
</div>
</footer>
<!-- Footer End -->
<?php } ?>
<!-- Bottom Section -->
<?php
$cs_footer_switch = $cs_theme_options['cs_footer_switch'];
if(isset($cs_footer_switch) and $cs_footer_switch == 'on'){
?>
<section id="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php if ( function_exists( 'cs_footer_logo' ) ) { cs_footer_logo(); }
if( $cs_sub_footer_social_icons == 'on' ){
echo '<div class="social-media">';
if ( function_exists( 'cs_social_network' ) ) { cs_social_network(); }
echo '</div>';
}
$cs_copy_right = $cs_theme_options['cs_copy_right'];
if(isset($cs_copy_right) and $cs_copy_right<>''){
echo '<p>'.do_shortcode(wp_specialchars_decode($cs_copy_right)).'</p>';
} else{
echo '©'.gmdate("Y")." ".get_option("blogname")." Wordpress All rights reserved.";
}
?>
</div>
</div>
</div>
</section>
<?php } ?>
</div>
<!-- Wrapper End -->
<?php
if(isset($cs_theme_options['cs_google_analytics']) and $cs_theme_options['cs_google_analytics']<>''){
echo '<script type="text/javascript">
'. wp_specialchars_decode($cs_theme_options['cs_google_analytics']) .'
</script>';
}
wp_footer();
?>
</body>
</html>