HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/wordpress/wp-content/themes/eisschnecken/footer.php
	<footer class="site-footer">
		
		<?php if (get_theme_mod('lwp-footer-callout-display') == "Yes") { ?>
		<div class="footer-callout clearfix">
			<div class="footer-callout-image">
				<a href="<?php echo get_permalink(get_theme_mod('lwp-footer-callout-link')) ?>"><img src="<?php echo wp_get_attachment_url(get_theme_mod('lwp-footer-callout-image')) ?>"></a>
			</div>

			<div class="footer-callout-text">
				<h2><a href="<?php echo get_permalink(get_theme_mod('lwp-footer-callout-link')) ?>"><?php echo get_theme_mod('lwp-footer-callout-headline') ?></a></h2>
				<?php echo wpautop(get_theme_mod('lwp-footer-callout-text')) ?>
				<p><a href="<?php echo get_permalink(get_theme_mod('lwp-footer-callout-link')) ?>"><strong>Learn more &raquo;</strong></a></p>
			</div>
		</div>
		<?php } ?>
		
		
		
		<nav class="site-nav">
			<?php
			
			$args = array(
				'theme_location' => 'footer'
			);
			
			?>
			
			<?php wp_nav_menu(  $args ); ?>
		</nav>
		<br>
		<br>
		<p><?php bloginfo('name'); ?> - &copy; <?php echo date('Y');?></p>
	
		<br>
		<br>
		<br>
		<br>
	</footer>

</div><!-- container -->

<?php wp_footer(); ?>
</body>
</html>