| Server IP : 93.184.69.11 / Your IP : 216.73.217.131 Web Server : Apache System : Linux wa01 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : web673 ( 1054) PHP Version : 7.0.33-84+0~20251218.106+debian11~1.gbpe01fd8 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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client310/web673/web/wp-content/themes/the-box/ |
Upload File : |
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package The Box
* @since The Box 1.0
*/
?>
</div><!-- #main .site-main -->
<footer id="colophon" class="site-footer clearfix">
<?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
<div id="tertiary" class="clearfix">
<?php dynamic_sidebar( 'sidebar-2' ); ?>
</div>
<?php endif; // end footer widget area ?>
<div class="row">
<div class="col-6">
<div class="credits">
<?php thebox_credits(); ?><br>
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'the-box' ) ); ?>"><?php printf( __( '' ), '' ); ?></a>
<span class="sep"> </span>
<a href="<?php echo esc_url( __( 'https://www.designlabthemes.com/', '' ) ); ?>" rel="nofollow"><?php printf( __( '' ), '' ); ?></a>
</div>
</div>
<div class="col-6">
<?php
if ( has_nav_menu( 'secondary' ) ) { ?>
<nav id="footer-navigation" class="footer-navigation">
<?php wp_nav_menu( array( 'theme_location' => 'secondary', 'menu_id' => 'secondary-menu', 'container_class' => 'menu-container', 'depth' => 1 ) ); ?>
</nav>
<?php } ?>
</div>
</div>
</footer><!-- #colophon .site-footer -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>