| Server IP : 74.208.236.16 / Your IP : 216.73.217.173 Web Server : Apache System : Linux infongwp-us3 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u102440577 ( 7172810) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/44/d845879113/htdocs/app750263/wp-content/themes/simplemag/ |
Upload File : |
<?php
/**
* The template for displaying the footer.
*
* @package SimpleMag
* @since SimpleMag 1.1
**/
global $ti_option;
?>
<footer id="footer" class="no-print anmtd" role="contentinfo">
<?php
/**
* Footer Ad
**/
do_action( 'footer_ad' );
?>
<?php
/**
* Footer Sidebars:
* 1. Widegtized footer. Outputs three Footer sidebars
* 2. Full width sidebar
**/
get_sidebar( 'footer' );
?>
<div class="copyright">
<div class="wrapper">
<div class="grids">
<div class="grid-10">
<?php echo $ti_option['copyright_text']; ?>
</div>
<div class="grid-2">
<a href="#" class="alignright back-top"><?php _e( 'Back to top', 'themetext' ); ?> <i class="icomoon-chevron-left"></i></a>
</div>
</div>
</div>
</div>
</footer><!-- #footer -->
</div><!-- .site-content -->
</section><!-- #site -->
<?php wp_footer(); ?>
</body>
</html>