| Server IP : 81.2.241.106 / Your IP : 216.73.216.165 Web Server : Apache/2.4.67 (Debian) System : Linux tranq-f.bakta.org 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : lisky ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/lisky/wp-content/themes/hitmag/ |
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 HitMag
*/
?>
</div><!-- .hm-container -->
</div><!-- #content -->
<?php do_action( 'hitmag_before_footer' ); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="hm-container">
<?php do_action( 'hitmag_before_footer_widget_area' ); ?>
<div class="footer-widget-area">
<div class="footer-sidebar" role="complementary">
<?php if ( ! dynamic_sidebar( 'footer-left' ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div><!-- .footer-sidebar -->
<div class="footer-sidebar" role="complementary">
<?php if ( ! dynamic_sidebar( 'footer-mid' ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div><!-- .footer-sidebar -->
<div class="footer-sidebar" role="complementary">
<?php if ( ! dynamic_sidebar( 'footer-right' ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div><!-- .footer-sidebar -->
</div><!-- .footer-widget-area -->
<?php do_action( 'hitmag_after_footer_widget_area' ); ?>
</div><!-- .hm-container -->
<div class="site-info">
<div class="hm-container">
<div class="site-info-owner">
<?php
$footer_copyright_text = get_theme_mod( 'footer_copyright_text', '' );
if ( ! empty ( $footer_copyright_text ) ) {
echo wp_kses_post( $footer_copyright_text );
} else {
$site_link = '<a href="' . esc_url( home_url( '/' ) ) . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" >' . esc_attr( get_bloginfo( 'name' ) ) . '</a>';
printf( esc_html__( 'Copyright © %1$s %2$s.', 'hitmag' ), date_i18n( 'Y' ), $site_link );
}
?>
</div>
<div class="site-info-designer">
<?php
printf( esc_html__( 'Powered by %1$s and %2$s.', 'hitmag' ),
'<a href="https://wordpress.org" target="_blank" title="WordPress">WordPress</a>',
'<a href="https://themezhut.com/themes/hitmag/" target="_blank" title="HitMag WordPress Theme">HitMag</a>'
);
?>
</div>
</div><!-- .hm-container -->
</div><!-- .site-info -->
</footer><!-- #colophon -->
<?php do_action( 'hitmag_after_footer' ); ?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>