403Webshell
Server IP : 172.67.199.98  /  Your IP : 162.159.115.10
Web Server : nginx/1.26.1
System : Linux ecc7dbd2befa 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User : www-data ( 82)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/izo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/izo//sidebar-footer.php
<?php
/**
 * Footer widget areas
 * 
 * @package Izo
 */
?>

<?php
	$izo_footer_widgets_layout = get_theme_mod( 'footer_widgets_layout', 'disabled' );

	switch ( $izo_footer_widgets_layout ) {
		case 'columns1':
			$izo_widget_areas = 1;
			break;

		case 'columns2':
			$izo_widget_areas = 2;
			break;
			 
		case 'columns1l2s':	
		case 'columns3':
			$izo_widget_areas = 3;
			break;

		case 'columns4':
			$izo_widget_areas = 4;
			break;	

		default:
			return;
	}	
?>

<div class="footer-widgets <?php echo esc_attr( $izo_footer_widgets_layout ); ?>">
	<div class="izo-container">
	<?php for ( $izo_counter = 1; $izo_counter <= $izo_widget_areas; $izo_counter++ ) { ?>
		<?php if ( is_active_sidebar( 'footer-' . $izo_counter ) ) : ?>
		<div class="widgets-column">
			<?php dynamic_sidebar( 'footer-' . $izo_counter); ?>
		</div>
		<?php endif; ?>	
	<?php } ?>
	</div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit