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

11 lines
316 B
PHP

</div>
</section>
<?php include(TEMPLATEPATH . '/components/navbar-footer.php'); ?>
</div>
<?php wp_footer(); ?>
<script src="<?php echo get_template_directory_uri();?>/js/jquery.min.js"></script>
<script src="<?php echo get_template_directory_uri();?>/js/bootstrap.min.js"></script>
</body>
</html>