HEX
Server: Apache
System: Linux main79 6.1.0-52-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.180-1 (2026-08-03) x86_64
User: serwer143450 (7544)
PHP: 7.4.33
Disabled: opcache_reset, opcache_invalidate, opcache_compile_file, opcache_get_configuration, opcache_get_status
Upload Files
File: /home/platne/serwer143450/public_html/leasing.hillconnect.pl/wp-content/themes/anada/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the opening of the #site-footer div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Anada
 */
global $anada_options;
?>
<?php if( class_exists( 'ReduxFrameworkPlugin' ) ) { ?>
<!-- Star Footer
    ============================================= -->
    <?php if ($anada_options['foot'] == 1) { ?>
    <footer class="bg-dark text-light">
        <div class="container">
            <div class="f-items default-padding">
                <div class="row">
                    <div class="equal-height col-lg-4 col-md-6 item">
                        <div class="f-item about">
                            <img src="<?php echo esc_url($anada_options['footer_logo1']['url']); ?>" alt="<?php echo esc_attr__( 'Logo', 'anada' )?>">
                            <p>
                                <?php echo esc_html($anada_options['f_des']); ?>
                            </p>
                        </div>
                    </div>

                    <div class="equal-height col-lg-2 col-md-6 item">
                        <div class="f-item link">
                            <h4 class="widget-title"><?php echo esc_html($anada_options['f_heading']); ?></h4>
                            <?php 
                            wp_nav_menu( array(
                            'theme_location'  => 'usefull-menu',
                            ) );
                        ?>
                        </div>
                    </div>

                    <div class="equal-height col-lg-2 col-md-6 item">
                        <div class="f-item link">
                            <h4 class="widget-title"><?php echo esc_html($anada_options['f_heading1']); ?></h4> <?php 
                            wp_nav_menu( array(
                            'theme_location'  => 'services-menu',
                            ) );
                        ?>
                        </div>
                    </div>

                    <div class="equal-height col-lg-4 col-md-6 item">
                        <div class="f-item contact">
                            <h4 class="widget-title"><?php echo esc_html($anada_options['f_heading2']); ?></h4>
                            <p>
                                 <?php echo esc_html($anada_options['f_des1']); ?>
                            </p>
                            <div class="address">
                                <ul>
                                    <li>
                                        <strong><?php echo esc_html($anada_options['f_info1']); ?></strong> <?php echo esc_html($anada_options['f_info3']); ?>
                                    </li>
                                    <li><strong><?php echo esc_html($anada_options['f_info2']); ?></strong> <?php echo esc_html($anada_options['f_info4']); ?>
                                    </li>
                                </ul>
                            </div>
                        <ul class="social">
                        <?php if (empty($anada_options['fsicon1'])) {}
                        else { ?>
                        <li class="facebook"><a href="<?php echo esc_url($anada_options['fsl1']); ?>"><i class="<?php echo esc_html($anada_options['fsicon1']); ?>"></i></a></li> <?php }
                        if (empty($anada_options['fsicon2'])) {}
                        else { ?>
                        <li class="twitter"><a href="<?php echo esc_url($anada_options['fsl2']); ?>"><i class="<?php echo esc_html($anada_options['fsicon2']); ?>"></i></a></li><?php }
                        if (empty($anada_options['fsicon3'])) {}
                        else { ?>
                        <li class="pinterest"><a href="<?php echo esc_url($anada_options['fsl3']); ?>"><i class="<?php echo esc_html($anada_options['fsicon3']); ?>"></i></a></li> <?php }
                        if (empty($anada_options['fsicon4'])) {}
                        else { ?>
                        <li class="youtube"><a href="<?php echo esc_url($anada_options['fsl4']); ?>"><i class="<?php echo esc_html($anada_options['fsicon4']); ?>"></i></a></li> <?php } ?>
                    </ul>
                        </div>
                    </div>
                </div>
            </div>
            <div class="footer-bottom">
                <div class="row">
                    <div class="col-lg-6">
                        <p><?php echo esc_html($anada_options['f_text']); ?></p>
                    </div>
                    <div class="col-lg-6 text-right link">
                        <?php 
                            wp_nav_menu( array(
                            'theme_location'  => 'footer-menu',
                            ) );
                        ?>
                    </div>
                </div>
            </div>
        </div>
        <!-- Shape -->
        <div class="footer-shape" style="background-image: url(<?php echo get_template_directory_uri() . '/img/shape/1.svg
' ?>);"></div>
        <!-- End Shape -->
    </footer>
    <?php } else { ?>
         <footer>
                <div class="secondary-footer">
                    <div class="row">
                        <div class="col-lg-12">
                            <span><?php echo esc_html__('&copy; Copyright 2020. Anada WordPres Theme By WordPressRiver','anada'); ?></span>
                        </div>
                    </div>
                </div>
            <!-- Shape -->
            <!-- End Shape -->
        </footer>
    <?php } ?>
    <?php } ?>
        <?php if( class_exists( 'ReduxFrameworkPlugin' ) ) { ?>
        <?php } else { ?>
                <footer>
                <div class="secondary-footer">
                    <div class="row">
                        <div class="col-lg-12">
                            <?php if( class_exists( 'ReduxFrameworkPlugin' ) ) { ?>
                        <?php } else { ?>
                            <span><?php echo esc_html__('&copy; Copyright 2020. Anada WordPres Theme By WordPressRiver','anada'); ?></span>
                        <?php } ?>
                        </div>
                    </div>
                </div>
            <!-- Shape -->
            <!-- End Shape -->
        </footer>
        <!-- End Footer-->
    <?php } ?>

    <?php wp_footer(); ?>

</body>
</html>