ACC SHELL

Path : /srv/www/vhosts/laboserv/wp-content/themes/laboserv2020/
File Upload :
Current File : //srv/www/vhosts/laboserv/wp-content/themes/laboserv2020/footer.php

<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after
 *
 * @package WordPress
 * @subpackage Laboserv2020
 * @since Laboserv2020 1.0
 */
?>	
	<footer id="main">
		<div class="content">
		<div class="about">&copy; 2020 LABOSERV s.r.o.</div>
		<a href="<?php echo esc_url( home_url( '/' ) ); ?>mapa-webu" class="link">Mapa webu</a>
		</div><!-- .content END -->
	</footer><!-- #main END -->	
</div><!-- #page END -->
<?php wp_footer(); ?>
</body>
</html>

ACC SHELL 2018