HEX
Server: Apache
System: Linux nc-ph-4101.simplemoneygoals.com 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
User: dailygoldindex (1004)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dailygoldindex/public_html/wp-content/themes/jnews/fragment/footer/footer-4.php
<div class="jeg_footer jeg_footer_4 <?php echo esc_attr( get_theme_mod('jnews_footer_scheme', 'normal') ); ?>">
    <div class="jeg_footer_container <?php echo esc_attr( get_theme_mod('jnews_footer_force_fullwidth', false) ? 'jeg_container_full' : 'jeg_container' ); ?>">
        <div class="jeg_footer_content">
            <div class="container">
                <div class="row">
                    <div class="jeg_footer_primary clearfix">
                        <div class="col-md-9 footer_column">
                            <?php jnews_menu()->footer_navigation(); ?>
                        </div>
                        <div class="col-md-3 footer_column footer_right">
                            <div class="footer-text">
                                <?php echo wp_kses(get_theme_mod('jnews_footer_text', jnews_footer_text()), wp_kses_allowed_html()); ?>
                            </div>
                        </div>
                    </div>

                    <?php if(get_theme_mod('jnews_footer_show_secondary', true)) : ?>

                    <div class="jeg_footer_secondary clearfix">
                        <div class="col-md-9 footer_column">
                            <p class="copyright"> <?php echo jnews_get_footer_copyright(); ?> </p>
                        </div>
                        <div class="col-md-3 footer_column footer_right">

                            <?php do_action( 'jnews_footer_social', get_theme_mod( 'jnews_footer_social_position', 'hide' ) ); ?>

                        </div>
                    </div>

                    <?php endif; ?>
                    
                </div>
            </div>
        </div>
    </div>
</div><!-- /.footer -->