First test

This commit is contained in:
2024-08-30 16:22:44 +02:00
commit 4e5ca7f605
41 changed files with 25541 additions and 0 deletions

17
kankys-theme/footer.php Normal file
View File

@ -0,0 +1,17 @@
</div><!-- end row class -->
<div class="footer">
<div class="copyrights">
Copyright &copy; <?php echo date("Y") ?> | Všechna práva vyhrazena |
<a href="<?php echo home_url(); ?>/" title="<?php bloginfo('description'); ?>">
<?php bloginfo('name'); ?></a>
</div>
</div>
<!-- Theme Hook -->
<?php wp_footer(); ?>
<!--END body-->
</body>
<!--END html -->
</html>