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

9 lines
207 B
PHP
Raw Normal View History

</div>
</div>
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>
</body>
</html>