HEX
Server: Apache
System: Linux clpupre 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64
User: undanet (1000)
PHP: 7.4.3
Disabled: 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,
Upload Files
File: /home/undanet/www/wp-content/themes/panoramic-child/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package panoramic
 */
?>

</div><!-- #content -->

<footer id="colophon" class="site-footer" role="contentinfo">
	
	<div class="site-footer-widgets">
        <div class="site-container">
        
            
            <div class="footer-container">
			
				<?php if ( is_active_sidebar( 'footer-lt' ) ) : ?>
					<div class="footer-col-1">
						<?php dynamic_sidebar( 'footer-lt' ); ?>
					</div>
				<?php endif; ?>
				
				<?php if ( is_active_sidebar( 'sidebar-cr' ) ) : ?>
					<div class="footer-col-2">
						<?php dynamic_sidebar( 'sidebar-cr' ); ?>
					</div>
				<?php endif; ?>
				
				<?php if ( is_active_sidebar( 'sidebar-rt' ) ) : ?>
					<div class="footer-col-3">
						<?php dynamic_sidebar( 'sidebar-rt' ); ?>
					</div>
				<?php endif; ?>
				
            </div>
    		
    		
            <div class="clearboth"></div>
        </div>
    </div>
	
	<div class="site-footer-bottom-bar">
	
		<div class="site-container">
			
			<div class="site-footer-bottom-bar-left">

             	<?php printf( __( 'Theme by %1$s', 'panoramic' ), '<a href="https://www.outtheboxthemes.com" rel="nofollow">Out the Box</a>' ); ?> 
                
			</div>
	        
	        <div class="site-footer-bottom-bar-right">
                
	            <?php wp_nav_menu( array( 'theme_location' => 'footer','container' => false, 'fallback_cb' => false, 'depth'  => 1 ) ); ?>
                
	        </div>
	        
	    </div>
		
        <div class="clearboth"></div>
	</div>
	
</footer><!-- #colophon -->

<?php wp_footer(); ?>

</body>
</html>