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

10 lines
238 B
PHP
Raw Normal View History

</div>
</section>
<?php include(TEMPLATEPATH . '/components/navbar-footer.php'); ?>
</div>
<?php wp_footer(); ?>
2020-12-30 19:18:42 +01:00
<script src="<?php echo get_template_directory_uri();?>/dep/jquery/js/jquery.min.js"></script>
</body>
</html>