ACC SHELL
<?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">© 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