This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-wordpress-theme/footer.php

13 lines
531 B
PHP
Raw Permalink Normal View History

</div>
</div>
<?php include(TEMPLATEPATH . '/components/mobile-sidebar.php'); ?>
2020-12-30 19:42:46 +01:00
<?php include(TEMPLATEPATH . '/components/footer-content.php'); ?>
<?php wp_footer(); ?>
2021-01-02 19:49:49 +01:00
<script src="<?php echo get_template_directory_uri();?>/js/trim.js"></script>
2022-12-18 19:19:04 +01:00
<script src="<?php echo get_template_directory_uri();?>/js/prettylinks.js"></script>
<script src="<?php echo get_template_directory_uri();?>/js/mobile-sidebar.js"></script>
2023-05-20 15:03:13 +02:00
<script src="<?php echo get_template_directory_uri();?>/js/viewer.js"></script>
</body>
</html>